Michael Kimsal's Blog: Bizarre PHP behaviour
In a new post on his blog today, Michael Kimsal looks at an abnormality that he's disocvered with constants in PHP. Chalk this up as par for the course in the world of PHP, but it doesn't behave as...
View ArticleZend Developer Zone: Integrating Smarty with the Zend Framework
For anyone that's using or wanted to use Smarty in the future and has been looking into the Zend Framework, you might have hesitated until you know how to tie them both together. Well, wait no more!...
View ArticlePHP F1: PHP Session Tutorial
If you're just getting started with PHP, some things can be a bit confusing. For a lot of developers, sessions seem to hold a bit of mystery and can be difficult to use. To help combat this, PHP F1...
View ArticleDavid Otton's Blog: Neat PHP Tricks: How To Assign References to Globals
David Otton has a new neat PHP trick posted today - assigning references to global values. What follows isn't so much a PHP trick as a fix for something that really should work, but doesn't. Although...
View Article