DooPHP - fastest MVC based PHP framework

Learn More

The Official Blog of DooPHP

News, Updates, Tips & Tricks for DooPHP

Subscribe to Blog

Subscribe to the official blog of DooPHP framework.

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.

DooPHP diagnostic view

Published under: News & Updates Share/Save/Bookmark

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.

DooPHP diagnostic view

DooPHP diagnostic view

Published under: Development Share/Save/Bookmark

DooPHP Wallpapers2009-10-06 23:51:52

DooPHP Wallpapers

Here's some wallpapers for DooPHP!

A DooPHP wallpaper (black) http://doophp.com/files/media/doophp_wallpaper.jpg

Dark version 1440x900


Another DooPHP wallpaper (white) http://doophp.com/files/media/doophp_wallpaper_white1440x900.jpg

White version 1440x900 | 1920x1080


Published under: News & Updates Share/Save/Bookmark

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 Share/Save/Bookmark

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 Share/Save/Bookmark

About

Categories

Archives



Syndication