Logging Tools in DooPHP2009-12-05 11:23:37
Logging Tools in DooPHP
Since 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 tutorial to help you get started with DooLog and the Flex based log viewer tool. Hopefully it will help you in monitoring your application logs.
Read more this tutorial at the Learning blog.
Published under: News & Updates
DooPHP Diagnostic View2009-10-11 06:22:49
DooPHP Diagnostic View
DooPHP Diagnostic is added in the latest trunk. It served as a debug view when developing your application with DooPHP. The app folder is updated in the Google Code SVN to include the diagnostic view if any errors/exception are thrown.
This would be helpful for debugging your application during development stage.
Simply remove line 18 in index.php if you wish to view errors in the normal PHP way.
Published under: Development
DooPHP Wallpapers2009-10-06 23:51:52
DooPHP Wallpapers
Here's some wallpapers for DooPHP!
Dark version 1440x900
White version 1440x900 | 1920x1080
Published under: News & Updates
DooPHP has a new logo!2009-10-04 04:47:12
DooPHP has a new logo!
DooPHP has a new logo!

The new logo resembles a piranha in feeding frenzy (meaning Blazing Fast! for DooPHP). The new look is designed by Valera from Russia, you can view more of his awesome logo designs at BrandBerry.ru.
Published under: News & Updates
Extending DooPHP Framework2009-09-12 21:13:22
Extending DooPHP Framework
If 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 write your own validator class in protected/class
Doo::loadHelper('DooValidator');
classs MyValidator extends DooValidator{
//..??your extended code..
}
And then you can use your extended class in controller:
Doo::loadClass('MyValidator');
Read more tips & tricks at the forum
Published under: Tips & Tricks
About
Categories
Archives
- December 2009 (1)
- October 2009 (3)
- September 2009 (4)
- August 2009 (5)
- July 2009 (13)

