Demo Section is Up
DooPHP's demo application section is up! There are 4 demo apps for the moment each focus on its own scope seperately. Do check the demos as it can help you…
Continue ReadingDooPHP's demo application section is up! There are 4 demo apps for the moment each focus on its own scope seperately. Do check the demos as it can help you…
Continue ReadingDooPHP provides you logging and profiling features, through DooLogger class which can be accessed by calling Doo::logger(). You can write and rotate the logs to a file in both plain…
Continue ReadingA new page is added to the Guide section. This is a diagram that describe how DooPHP handles a user request. doophp flow For more infomation on MVC, you can…
Continue ReadingI have been receiving comments that DooPHP is not well documented as it advertised. I want to make a correction here, the Documentation you guys are asking for is instead…
Continue ReadingThe graph at the benchmark section has been updated. After a discussion in the forums, Qeephp is re-benchmark with its QCache_PHPDataFile switched on in bootstrap. Basically it loads the converted…
Continue ReadingAs you can see from the demos, DooPHP does not use any Globals or had any define() used in the code. All configs are done in common.conf.php where variables are…
Continue ReadingDooPHP can be easily extend to support I18n internationalization and localization for your web applications. Basically, you just need to extend the DooController and add functions for translation in the…
Continue ReadingDue to recent discussions in Kohana framework forum, I decided to test out the latest KohanaPHP which seems to have the same goal as DooPHP. With KO3 the developers decided…
Continue ReadingI am proud to announce that Wendy and David had joined in the team to make DooPHP a greater framework. Wendy would be improving features for the Model while David…
Continue ReadingThe framework archives have been updated. <?xml is removed from the demos so that those with short_open_tag on in php.ini can run the demo without problem. The app/demos can now…
Continue Reading