•  
  •  
  •  
  •  
  •  
  •  
  •  
Username:
Password:
  Forgot password?  Register
XML syndication

New listings

The ext js framework has a great grid component. In this tutorial I explain how you can provide it with data from a zend framework application
http://naneau.nl/2007/04/24/creating-an-ext-js-grid-using-the-zend-framework/
PageRank: Not available
(Clicks: 782; Comments: 0; Listing added: Apr 24, 2007) Listing Details Report Broken  Listing
in this tutorial, we will design a sample application for the zend framework, putting an emphasis on application design. Starting from the models we will work our way up to a more or less complete application.
http://naneau.nl/2007/04/21/a-zend-framework-tutorial-part-one/
PageRank: Not available
(Clicks: 2269; Comments: 1; Listing added: Apr 21, 2007) Listing Details Report Broken  Listing
All exceptions thrown by Zend Framework classes should throw an exception that derives from the base class Zend_Exception.
http://framework.zend.com/manual/en/zend.exception.html
PageRank: 5/10
(Clicks: 366; Comments: 0; Listing added: Apr 12, 2007) Listing Details Report Broken  Listing
http://framework.zend.com/manual/en/zend.debug.html
PageRank: 5/10
(Clicks: 714; Comments: 0; Listing added: Apr 12, 2007) Listing Details Report Broken  Listing
With the current Zend Framework Beta 0.9.2 release the Zend_Log component has been improved with a new fully object oriented design. There are lots of new features including Writers, Filters, Formatters and Events to discover and use in custom applications. The log Priorities have been doubled from 4 to 8 in the current release and it's now possible to add user defined log Priorities via the Zend_Log addPriority method. Due to the use of one of PHP magic functions it's even possible to send messages of the log Priority type simply by calling the 'priorityName()' method, i.e. $logger->audit('Auditional message'), of the Zend_Log object without further ado.
http://raphaelstolt.blogspot.com/2007/04/zendlog-revisited.html
PageRank: 0/10
(Clicks: 265; Comments: 0; Listing added: Apr 12, 2007) Listing Details Report Broken  Listing
In the new Zend_Log component of the Zend Framework Beta 0.9.2 release there are currently two log Filter available. The Zend_Log_Filter_Priority object can be used to filter out log Events having a log Priority greater than a specified log Priority value. The other Filter named Zend_Log_Filter_Message might be used to filter out specific log messages matching a Regular expression. The realization of a own Filter can be achieved quick and easy by implementing the Zend_Log_Filter_Interface interface.
http://raphaelstolt.blogspot.com/2007/04/developing-simple-zendlogfilter.html
PageRank: 0/10
(Clicks: 147; Comments: 0; Listing added: Apr 12, 2007) Listing Details Report Broken  Listing
The class constant Zend_Version::VERSION contains a string that identifies the current version number of Zend Framework. For example, "0.9.0beta".
http://framework.zend.com/manual/en/zend.version.html
PageRank: 5/10
(Clicks: 126; Comments: 0; Listing added: Apr 9, 2007) Listing Details Report Broken  Listing
The Zend_Loader class includes methods to help you load files dynamically.
http://framework.zend.com/manual/en/zend.loader.html
PageRank: 5/10
(Clicks: 473; Comments: 0; Listing added: Apr 9, 2007) Listing Details Report Broken  Listing
One thing I like about Grails (being based on rails, I assume it stems from thereÂ…) is that it allows quite easy definition of constraints that the model classes should adhere to.
http://mikenovember.com/2007/validating-a-model-using-zend_validate_interface/
PageRank: Not available
(Clicks: 816; Comments: 0; Listing added: Apr 6, 2007) Listing Details Report Broken  Listing
IÂ’ve been working a lot lately with the Zend Framework for a project at work, and in a recent upgrade from 0.8.0 Preview to 0.9.1 Beta, I made a few discoveries that IÂ’d like to share, especially since the manual for the Zend Framework is sorely out of date, and many of the examples are either deprecated or no longer work.
http://benramsey.com/archives/zend-framework-view-notes/
PageRank: 0/10
(Clicks: 108; Comments: 0; Listing added: Apr 6, 2007) Listing Details Report Broken  Listing