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
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