Concept of how to work with DooFramework
Ok in this article I will show you how should you work with DooFramework, when I am making website I like to have one super class that extends DooController class…
Continue ReadingOk in this article I will show you how should you work with DooFramework, when I am making website I like to have one super class that extends DooController class…
Continue ReadingIn this tutorial we will learn to send emails, I just finished first version of DooMailer, it starts with calling DooMailer class: 1.$mail = new DooMailer();You can add charset in…
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 ReadingHi guys, DooFlashMessenger is here, in this tutorial I will explain you how can you use it with just 3 lines of code. Same thing you have in class comments.…
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 ReadingFor those who are looking for the presentation slides for DooPHP used in PHP Malaysia Meetup 2011. You can also click on the link to download the PDF or android…
Continue ReadingAlle, die auf der Suche nach einem Einsteiger-Tutorial für den Start mit DooPHP sind, finden hier eine einfache Anleitung zur Installation und Basis-Konfiguration einer typischen Webanwendung: DooPHP Installation und Konfiguration
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 ReadingA blog demo application is added in the demo section. It shows you how to create a blog with DooPHP. Frontend cache, table relationship, CRUD with the ORM, template engine,…
Continue ReadingIf you would like to extend the framework, you can write your own class that extends the framework classes. For instance, you might want to extend the DooValidator. You can…
Continue Reading