May 12, 2008

PHP 6

Categorie: Tech — Tags: , — bise, 7:14 pm

upcoming changes and improvements in php 6, like namespaces. removed will be

magic_quotes
register_globals
register_long_arrays
safe_mode

see the announcement here: http://www.ibm.com/developerworks/opensource/library/os-php-future/?ca=dgr-lnxw01PHP-Future

» read more
May 5, 2008

Zend framework and modules

Categorie: Tech — Tags: , , , , — bise, 11:15 am

Because it took me about 3 hours to figure out how this works, I think someone might find this helpful..
For another projekt i’m curently working on, I decided to use the Zend Framework. I wanted to use the standard router, but splitt the structure into different modules.
Well, there should be a common folder tree [...]

» read more