Releases for Class Act

classAct 5.x-1.x-dev

earnie - September 3, 2008 - 15:09
Nightly development snapshot from CVS branch: DRUPAL-5
First released: September 3, 2008 - 15:09
Download: classAct-5.x-1.x-dev.tar.gz
Size: 7.15 KB
md5_file hash: eb15e6eacb40884dc0b0dd8b2aaa0d84
Last updated: September 27, 2008 - 00:02
View usage statistics for this release
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

earnie - September 3, 2008 - 15:06
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: September 3, 2008 - 15:06
Download: classAct-6.x-1.x-dev.tar.gz
Size: 14.59 KB
md5_file hash: f98c39b3e4f32a6832095eded8dffb3a
Last updated: April 25, 2009 - 00:04
View usage statistics for this release
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

earnie - September 3, 2008 - 14:54
Nightly development snapshot from CVS branch: HEAD
First released: September 3, 2008 - 14:54
Download: classAct-7.x-1.x-dev.tar.gz
Size: 7.15 KB
md5_file hash: 343a7ebcef9fcfe3182efa127627bf04
Last updated: September 27, 2008 - 00:02
View usage statistics for this release
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;
  }
}
?>

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.