Download Size md5 hash
classAct-6.x-1.x-dev.tar.gz 14.69 KB 63251d564d3fec38397fd6abe81e57d1
classAct-6.x-1.x-dev.zip 19.12 KB 2aeda6cc06e9d5c0b261df9aee5e522f
Development snapshot from branch: 6.x-1.x
Last updated: February 25, 2011 - 07:29
Class Act

Now you don't have to worry with declaring the globals, they're already available using the ca class of the classAct module.

<?php
function myFunc () {
 
$admin = FALSE;

  if (
ca::$user->uid == 1) {
   
$admin = TRUE;
  }
}
?>
nobody click here