classAct 5.x-1.x-dev
Posted by earnie on September 3, 2008 at 3:09pm
| Download | Size | md5 hash |
|---|---|---|
| classAct-5.x-1.x-dev.tar.gz | 7.09 KB | 5bd55ebf6d6da9d63bc560e2a3ef3146 |
| classAct-5.x-1.x-dev.zip | 7.55 KB | 25a1deb0045b88ca2eaf759ff91ecc07 |
Last updated: February 25, 2011 - 07:29
Release notes
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;
}
}
?>classAct 6.x-1.x-dev
Posted by earnie on September 3, 2008 at 3:06pm
| 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 |
Last updated: February 25, 2011 - 07:29
Release notes
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;
}
}
?>classAct 7.x-1.x-dev
Posted by earnie on September 3, 2008 at 2:54pm
| Download | Size | md5 hash |
|---|---|---|
| classAct-7.x-1.x-dev.tar.gz | 7.1 KB | 65537050a9d08514f1136bff2ee0e733 |
| classAct-7.x-1.x-dev.zip | 7.56 KB | f47fa6ce7024414b02bb8979d917a02a |
Last updated: February 25, 2011 - 07:29
Release notes
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;
}
}
?>