| Number of listings: |
12 |
| Number of categories: |
0 |
Zend Framework Tutorials site suggests that you use best hosting to support your programming language.
|
|
|
|
|
Zend DB
|
This is a very quick tutorial on how to allow developers to develop using the Zend Framework without having to or being able to install PDO on their servers. I have to warn you though, this is not an official extension of the Zend Framework just yet.
http://devzone.zend.com/node/view/id/1553
PageRank: 6/10
(Clicks: 964;
Comments: 2;
Listing added: Jan 12, 2007)
|
|
I've put together a database admin application using the database functionality provided by the Zend Framework. Basically, it's a generic set of classes that allows people to quickly add, edit, delete, and view data in a database table. The nice thing is that this uses the Zend_DB_Table classes, so it should presumably work with just about any database supported by the Zend Framework. I've tried this on mySQL and sqlite, and it worked just fine on both. There are some limitations of course. Right now this will only work on tables that have auto-increment primary keys. I don't quite know how this would work with databases that don't have auto-increment such as Oracle - maybe this could have support for defining the sequence that should be used when inserting data. This is a PHP5 only class due to it's reliance on the Zend Framework.
http://www.gregphoto.net/index.php/2006/03/25/zdbform-simple-database-admin-forms-with-the-zend-framework/
PageRank: 4/10
(Clicks: 2062;
Comments: 0;
Listing added: Jan 6, 2007)
|
|
This article contains a few examples on how to create and use data layer classes that was created by extending the Zend_Db_Table class from Zend Framework.
http://www.alexatnet.com/Blog/Index/2006-06-22/programming-a-data-layer-classes
PageRank: 4/10
(Clicks: 1312;
Comments: 0;
Listing added: Jan 5, 2007)
|
|
One of the incubator projects in the Zend Framework is Zend_Db_Xml. Zend_Db_Xml, also known as the XML Content Store (XCS), allows web applications that use XML data to easily update, save, and otherwise manage this data. In this article I will introduce the XCS persistence API and discuss an implementation using IBMÂ’s DB2 9 database with its pureXML technology. Finally, IÂ’ll discuss a sample social networking application to show how easy and fun it is to develop XML-centric applications using the XCS.
http://devzone.zend.com/node/view/id/884
PageRank: 5/10
(Clicks: 472;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
Welcome back for another edition of Zend Framework Hidden Gems. Finally we start on the weird and wonderful world of database abstraction with PHP5, PDO and Zend.
http://devzone.zend.com/node/view/id/1367
PageRank: 5/10
(Clicks: 4110;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
|
|
|
|
|
|
|
|