| Active Users: |
43 |
| Accounts: |
0 |
| Guests: |
43 |
|
|
|
|
|
|
|
New listings
|
Great tutorial made by Chris Shiflett for A/R/T. Main topics are: getting started with Zend Framework, Zend Controller, Zend View, Zend_InputFilter, Zend_DB, and not only, but mostly exposing Model View Controller architecture. You can learn here even how easy is to make a basic CMS using Zend Framework.
http://hades.phparch.com/ceres/public/article/index.php/art::zend_framework::tutorial
PageRank: 4/10
(Clicks: 771;
Comments: 2;
Listing added: Jan 5, 2007)
|
|
One of the features that sets the Zend Framework apart from the others is the inclusion of a decent search module. Zend_Search_Lucene is a php port of the Apache Lucene project, a full-text search engine framework. Zend_Search_Lucene promises a simple way to add search functionality to an application without requiring additional php extensions or even a database.
http://devzone.zend.com/node/view/id/91
PageRank: 4/10
(Clicks: 350;
Comments: 0;
Listing added: Jan 5, 2007)
|
|
Issued Zend Framework 0.1.4 preview release comes with new interesting caching classes. I tested them at this weekend and IÂ’m glad to say that they can speed up your application dramatically. Zend_Cache namespace contains classes that aid in caching page outputs and function results; and, of course, the caching core API allows storing virtually any information you want. What is also brilliant, Zend_Cache allows developers to manage caching records by associating them with tags, which makes possible group operations with the cached items.
http://www.alexatnet.com/Blog/Index/2006-07-03/zend_cache-review
PageRank: Not available
(Clicks: 226;
Comments: 0;
Listing added: Jan 5, 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: 792;
Comments: 0;
Listing added: Jan 5, 2007)
|
|
It is very easy to integrate other tools and components into the Zend Framework. I have already shown, how to integrate Smarty as a template engine and the ez Components to expand the selection of useful components to build your own framework based on the Zend Framework.
Since the Zend Framework is currently (Preview Version 0.1.3) lacking an ORM-Layer (Object Relational Mapping), I want to show you how to integrate Propel. Propel allows you to access your database using a set of objects, providing a simple API for storing and querying data. So Propel can easily take over the model part in a MVC system. For detailled information on Propel, its dependencies on Phing and Creole and how to install it please refer to the Propel website and the User guide.
http://devzone.zend.com/node/view/id/184
PageRank: 5/10
(Clicks: 86;
Comments: 0;
Listing added: Jan 5, 2007)
|
|
A couple of weeks ago, Google jumped into the online calendar space by launching Google Calendar (um, beta). The application is chock-full of Ajaxy goodness and plenty of features, but I'm here to talk about what you can do with your calendar data behind the scenes. Using some handy tools from the Swiss Army Knife that is the Zend Framework, I'll show you how to pull data from your Google Calendar into your site. Just for kicks, I'll also throw in a caching layer to keep things fast and reduce the network traffic between your server and Google.
http://devzone.zend.com/node/view/id/178
PageRank: 4/10
(Clicks: 53;
Comments: 0;
Listing added: Jan 5, 2007)
|
|
Here is a follow-up to the first part of the little tutorial Integrating Smarty with the Zend Framework. I want to address some of the issues in the comments of the first part and add some further information on how to setup your application to use the Travello_View_Smarty class. Along the way you learn how to integrate classes of the eZ Components.
http://devzone.zend.com/node/view/id/156
PageRank: 5/10
(Clicks: 125;
Comments: 0;
Listing added: Jan 5, 2007)
|
|
I started to play around a bit to integrate the Smarty template engine into the Zend Framework. My ambition was to minimize the required code in the controller actions but stay close to the given Zend_View API. I also wanted to integrate the Smarty caching feature. Here is the code I came up with.
http://devzone.zend.com/node/view/id/120
PageRank: 7/10
(Clicks: 324;
Comments: 0;
Listing added: Jan 5, 2007)
|
|
Zend Framework team works with gusto on the Zend Framework, great framework for building powerful web-applications in PHP. But too many peoples are confused with its seeming complexity. In this post I will try to explain architecture of most useful part (in my opinion) of Zend Framework - Zend_Controller.
http://kpumuk.info/php/exploring-zend_controller-class-of-zend-framework/
PageRank: 5/10
(Clicks: 281;
Comments: 0;
Listing added: Jan 5, 2007)
|
|
n Zend FrameworkÂ’s mailing list discussion about Zend_Config class is in full swing. I have my own ideas about this class and I will try to explain their here. I need something that can load and save configuration into different storages (for example, XML, database or plain text like INI-files), itÂ’s necessary to have ability to change every parameter of storage (for example, file name, database tables or even database structure), it will be able if I can extend storage system with my own storage strategies.
http://kpumuk.info/php/zend-framework-thoughts-about-zend_config/
PageRank: 5/10
(Clicks: 171;
Comments: 0;
Listing added: Jan 5, 2007)
|
|
|
|
|
|
|
|
|
|