Using DooPHP on Nginx Rewrite Rule
For those who are using DooPHP with Nginx and wanted to have clean URLs without the index.php, here's my settings for the rewrite rules. I hope it works for you.…
Continue ReadingFor those who are using DooPHP with Nginx and wanted to have clean URLs without the index.php, here's my settings for the rewrite rules. I hope it works for 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 ReadingDooPHP comes with its own profiler and logging tool by default. The class that handle this in the framework is DooLog (dooframework/app/logging/DooLog.php) There are a few methods in this file where you…
Continue ReadingIntroductionThis tutorial will guide you through all the steps required to get started using DooPHP through the creation of a simple To Do List Application. The tutorial is split into…
Continue ReadingThe basic section in DooPHP definitive guide is completed. 2 new pages are added to explain the usage of Models and View in DooPHP. It is still recommended that you…
Continue ReadingSince the initial version of DooPHP, there's some handy tools for developers to do logging and profiling their applications though not many know much about this feature. Here's a new…
Continue ReadingYou are all familiar that Apache sessions are slow and sometimes insecure. In this text I will try to implement way of handling sessions with all Doo::cache mechanisms that are…
Continue ReadingWelcome to DooPHP Learning Blog! This is a community blog for learning DooPHP where tutorials, demos, article and code snippets will be contributed by DooPHP users. We hope that you…
Continue ReadingFirst you must have an upload form in your HTML, notice that the file input field in the form below is profile_pic 1. 2. 3. 4. In Controller, create an…
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 Reading