Thursday, 16 December 2010

How To: Using View's Arguments

http://gotdrupal.com/videos/drupal-views-arguments


global $user;
return $argument[0] == $user->uid;

No comments:

Post a Comment

Source base installation of php, mysql and apache in ubuntu/ linux

Compile and Install a LAMP(Linux/Apache/MySQL/PHP) Server from Source In the last post, I described the method to install a LAMP ser...