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

Top listings

Demonstrates how to use ADODB with Zend_Auth by creating a custom Zend_Auth_Adapter class.
http://my.opera.com/zomg/blog/2007/04/30/using-adodb-with-zend-auth-and-zend-auth-adapter
PageRank: Not available
(Clicks: 670; Comments: 0; Listing added: Apr 30, 2007) Listing Details Report Broken  Listing
I'm taking a quick look at adding fields that aren't in the table, but may be handy in your application. Like adding a field "name" that combines both first and last name, without having to change your database or write too much code. Quick, dirty, but extremely handy.
http://naneau.nl/2007/05/05/extra-fields-for-zend_db_table/
PageRank: Not available
(Clicks: 214; Comments: 0; Listing added: May 5, 2007) Listing Details Report Broken  Listing
This tutorial demonstrates how to approach storing Zend_Acl roles and resources in a database instead of creating them in code as shown in most other tutorials.
http://my.opera.com/zomg/blog/2007/05/08/zend-acl-and-storing-roles-and-resources-in-a-db
PageRank: Not available
(Clicks: 1594; Comments: 1; Listing added: May 8, 2007) Listing Details Report Broken  Listing
A small tutorial about setting up the zend framework. Explained as easy as possible, to get you started as quickly as possible, without too much fuss. It's meant for people who are new to the framework.
http://naneau.nl/2007/05/08/setting-up-the-zend-framework/
PageRank: Not available
(Clicks: 1805; Comments: 0; Listing added: May 8, 2007) Listing Details Report Broken  Listing
This article covers the use of tagging within the Zend_Cache. It gives example code of how to implement Zend_Cache within your code and shows why you need a tag cloud and gives the code to build it.
http://blog.assembleron.com/2007/05/09/making-a-tag-cloud-out-of-zend_cache/
PageRank: Not available
(Clicks: 554; Comments: 0; Listing added: May 9, 2007) Listing Details Report Broken  Listing
I began work this week on my first project utilizing the Zend Framework. The Zend Framework, although still alpha, provides some time-saving features for PHP web application developers. The largest time-saving feature for me so far has been the Zend Controller component, which is the building block for the MVC pattern. Basically, it allows you to create controllers and handlers to process requests. For example, /admin/index gets mapped to the 'index' action of the 'admin' controller. Inside the code, all you have to do is create classes to represent each controller and functions in those classes to process the handlers. Each handler function simply outputs the desired data to the browser. Easy as pie.
http://blog.case.edu/gps10/2006/03/17/using_zend_framework_smarty_and_quickform_to_quickly_deploy_php_applications
PageRank: 3/10
(Clicks: 416; Comments: 0; Listing added: May 10, 2007) Listing Details Report Broken  Listing
I have done my fair amount of hacking PHP applications. In that time, I have come across many poor programming practices that have caused me to almost lose my mind. One that really grinds my gears is overuse of global variables.
http://blog.case.edu/gps10/2006/07/22/why_global_variables_in_php_is_bad_programming_practice
PageRank: 4/10
(Clicks: 335; Comments: 0; Listing added: May 10, 2007) Listing Details Report Broken  Listing
In this tutorial, a tiny demo application will be constructed to highlight key features of the Zend Framework and demonstrate how its components could be integrated and used together. Although the demo application is not intended for production use, the working application provides a simple skeleton for building Zend Framework applications. Even advanced PHP developers may find some parts of the demo enlightening to see how the Zend Framework might differ from other frameworks in its use and application of design patterns and components providing popular functionality.
http://framework.zend.com/wiki/display/ZFDEV/Tutorial
PageRank: 5/10
(Clicks: 2769; Comments: 0; Listing added: May 13, 2007) Listing Details Report Broken  Listing
Because I noticed some people find it difficult to understand the routing process the Zend Framework uses by default, I decided to write a little explanation. It’s really easy once you get the hang of it, even though it may seem complicated at first.
http://naneau.nl/2007/05/11/the-zend-framework-routing-process/
PageRank: Not available
(Clicks: 677; Comments: 0; Listing added: May 22, 2007) Listing Details Report Broken  Listing
Earlier today, I wrote a little extension to Zend_Db_Table that allows for “custom” fields to be added to it’s rows. When it was done some other ideas came floating up. Why wouldn’t I make my life even easier, by creating fields that don’t output their values directly.
http://naneau.nl/2007/05/06/modified-fields-for-zend_db_table/
PageRank: Not available
(Clicks: 312; Comments: 0; Listing added: May 22, 2007) Listing Details Report Broken  Listing