Downloads

Download tar.gz 15.44 KB
MD5: b9c181432cedaab35016e67203ec1a6c
SHA-1: 15cffc2463b8d5b2b4f8b04bf938078e099af638
SHA-256: 77ebe82d45d8764723ed4bedeb8596cb0000edd4706d93c38ddf8750f06ae268
Download zip 20.56 KB
MD5: f7f4c6d56f3dbb6301e79f9f2bf11cca
SHA-1: 828965cd17a33e2d9f6a13a8902a1feeb88d5e75
SHA-256: d26669ec7cbee5f5fa7194310f83ba6b91062f2262c2103039408b0ca2e13d9d

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.

function myFunc () {
  $admin = FALSE;

  if (ca::$user->uid == 1) {
    $admin = TRUE;
  }
}
Created by: Anonymous
Created on: 3 Sep 2008 at 15:06 UTC
Last updated: 6 May 2024 at 18:36 UTC

Other releases