News Feed
Jobs Feed
Sections




News Archive
Matt Curry's Blog:
Adding Custom Panels to the CakePHP Status Plugin
August 10, 2009 @ 09:46:59

Matt Curry has a new post looking at adding additional functionality (custom panels) to his CakePHP status dashboard application.

There are two different ways to add a panel '" using requestAction or Ajax. The general rule is if the panel is pretty fast to load and content is static use requestAction. If the panel takes some time or you want to be able to interact with it then use Ajax. For example, the logs panel uses requestAction since it's pretty quick to grab the log entries and you really don't need to interact with them. The Google Analytics panel, on the other hand, takes a few seconds to query the API and has options to change the timeframe, so it uses Ajax.

New panels can either be made as a part of the application or as plugins and bundled for easy adding and removing. He shows how to write the controller and the element to interface with the CakePHP code. His example grabs the latest users created on his application.

0 comments voice your opinion now!
cakephp status plugin custom


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Cook up Web sites fast w/CakePHP, Part 1: Adding related information & services

Echolibre Blog: Customising Zend Framework Routing

Cake Baker Blog: Using bake with (PHP)Eclipse

SplitBrain.org: Presentations in DokuWiki

PHPMaster.com: Amazon DynamoDB: Store PHP Sessions with Load Balancer


Community Events











Don't see your event here?
Let us know!


example code conference introduction development testing interview podcast functional composer database framework tool zendframework2 series language opinion release community object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework