I'm attempting to mix a PHP REST framework (Recess) with an webapp building framework (VCL4PHP), they unfortunately like to name their classes the same. Cache, Application (probably others, but I gave up at Application). Are there namespaces in PHP or any way I can get around this without rewriting one or the other frameworks or am I S...
Hello,
I've been trying to find the perfect php framework for me that integrates with dojo smoothly.
I am trying to avoid creating my own framework and I don't want to use the Zend Framework since I don't like it and I have a choice since it's my project.
I really like the Recess! framework. It looks easy to get started with a easy to de...
I am using the recess php framework with lighttpd
Does anyone know how I can use the shorter urls of:
http://www.myserver.com/recess
Instead of:
http://www.myserver.com/index.php/recess
The recess readme file says that if I have mod_rewrite I can use the shorter url:
-- "Do you have mod_rewrite?
-- Yes: Open your browser to the...