Welcome to DooPHP Learning Blog!
Welcome 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 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 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 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 ReadingDooTranslator finnaly came out, it supports “Csv“, “Gettext“, “Array“, “Ini” for now, soon it will be implemented other “file types”. So for example you have your translation file with this…
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 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 Reading