May 23rd, 2006
I’m trying out the Zend Framework using the Apache and PHP Ubuntu packages, however have come across some issues regarding the default way Ubuntu configures them:
mod_rewrite not enabled by default. There’s some information regarding that in this blog entry, basically you just need to execute the following command to enable the module:
sudo ln -s /etc/apache2/mods-available/rewrite.load […]
April 26th, 2006
PHP has some really sweet new features and one of them is the ability to throw and catch exceptions.
When I was browsing Sitepoint I read a post saying that the only thing they need to do is get rid of the class-”hinting” in the catch clause. I guess they didn’t get the point of extending […]
April 2nd, 2006
Highly recommend PhpDocumentor. I won’t explain what it is, since it’s pretty self evident: it documents your PHP code. Oops–just explained it.
Their site is slightly fudged but don’t let that put you off. The easiest way to install it is through PEAR. You can either use it through the command line, or through the (again) […]