Posted on May 11, 2008 by mameou
Currently, this blog is powered and hosted by WordPress.com. The cost of being free is that CSS customization and a bunch of other things are not under our control. Because lately I’ve been putting my notes on the Drupal book up on the blog, which involves showing pieces of PHP codes, I begin to see [...]
Filed under: Lighthearted Talk, Talks in English | Tagged: blogging, Drupal, HTML, php, Wordpress | 3 Comments »
Posted on May 9, 2008 by mameou
This short notes corresponds to “Chapter 6: Working With Users” of the book Pro Drupal Development by John K. Vandyk and Matt Westgate. See “Drupal: Working With Databases” for my notes on Chapter 5.
The $user Object
To log in, the user must have cookies enabled; otherwise, the user is treated as an anonymous user.
The user is [...]
Filed under: Serious Talk, Talks in English | Tagged: Drupal, php | 1 Comment »