A set of various static methods. While the list is small it can be contained in Panda_Util but if the list grows sub namespaces will need to be created.
Panda_Util::echoDefault($output, $default = null)
Panda_SoapClient
Extends the native SoapClient class to provide additional functionality:
fix getFunctions() to provide useful data other than formatted strings
fix getTypes() to provide useful data other than formatted strings
Panda_Controller_Rest and Panda_Model_Crud
Panda_Controller_Rest::dispatch() should call the corresponding call in the model:
Callbacks: Use an event-like mechanism to register callbacks or triggers. This would emulate beforeSave/afterSave, etc in Cake only users could define their own custom callbacks. This could be implemented by registering all methods as private or protected then using __call() to check for any registered callbacks... call them, then call the original private/protected method.
The content on this page is provided by a Google Notebook user, and Google assumes no responsibility for this content.