•  
  •  
  •  
  •  
  •  
  •  
  •  
Zend Framework Tutorials site suggests that you use trusted hosting site to support your programming language.
Statistics
Number of listings: 14
Number of categories: 0
Username:
Password:
  Forgot password?  Register
XML syndication

Zend DB

Zend framework provides powerful data abastraction and here are a few controller methods that work for any data model. A foundation for scaffolding, CRUD , BREAD development or AJAX request handling.
http://www.webmasterbulletin.net/2009/01/generic-data-save-with-zend-framework/583
PageRank: 0/10
(Clicks: 2305; Comments: 0; Listing added: Jan 4, 2009) Listing Details Report Broken  Listing
Hierarchical zend_db_table extension implements functions for tables with recursive parent_id auto reference for page or category unlimited levels, tree based navigation.
http://www.webmasterbulletin.net/2008/10/zend-framework-hierachical-zend_db_table-extension/385
PageRank: 0/10
(Clicks: 1441; Comments: 0; Listing added: Oct 23, 2008) Listing Details Report Broken  Listing
Zend_Db_Table does a great job of abstracting database tables, but it's really intended to hit one database per application. This tutorial demonstrates a method of using as many databases as you want by simply specifying them in your config file.
http://jaybill.com/2007/09/12/using-the-zend-framework-with-multiple-databases/
PageRank: Not available
(Clicks: 2668; Comments: 0; Listing added: Sep 13, 2007) Listing Details Report Broken  Listing
Since I prefer ADODB over Zend Framework's own Zend_DB, I had a small problem: How to use it with Zend_Auth to authenticate the user?
Good thing Zend employs smart people: they use an adapter to control the database access in the Zend_Auth class, called Zend_Auth_Adapter. You can define your own authentication adapter quite easily by creating a class which implements the Zend_Auth_Adapter_Interface interface class.
http://my.opera.com/zomg/blog/2007/04/30/using-adodb-with-zend-auth-and-zend-auth-adapter
PageRank: Not available
(Clicks: 491; Comments: 0; Listing added: Sep 4, 2007) Listing Details Report Broken  Listing
I’m starting to get hooked on the Zend Framework’s abstraction to the PDO
http://www.zed23.com/2007/03/13/zend_db-love/
PageRank: Not available
(Clicks: 2429; Comments: 0; Listing added: Sep 4, 2007) Listing Details Report Broken  Listing
Today I was toying around with new code architecture. Previously, how I might have implemented a Model would have been something similar to this:
http://www.zed23.com/2007/07/20/zend-framework-and-custom-row-classes/
PageRank: Not available
(Clicks: 772; Comments: 1; Listing added: Sep 4, 2007) Listing Details Report Broken  Listing
Zend_Db_Table is a very, VERY handy class for working with databases. It has come up in numerous posts on this blog. But I’ve always felt that for a complete model implementation there was something missing.
http://naneau.nl/2007/05/05/extra-fields-for-zend_db_table/
PageRank: Not available
(Clicks: 1351; 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: 541; Comments: 0; Listing added: May 22, 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: 370; Comments: 0; Listing added: May 5, 2007) Listing Details Report Broken  Listing
Zend_Db_Adapter is the database API abstraction layer for the Zend Framework. Based on PDO, you can use Zend_Db_Adapter to connect to and work with any of the supported SQL database systems using the same API. These include Microsoft SQL Server, MySQL, PostgreSQL, SQLite, and others.
http://framework.zend.com/manual/en/zend.db.html
PageRank: 6/10
(Clicks: 2489; Comments: 1; Listing added: Feb 3, 2007) Listing Details Report Broken  Listing
Sort listings by: Alphabetic Date Rank Clicks    ascending | descending