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

Popular listings

http://www.alexatnet.com/Blog/Index/2006-07-26/create-ajax-login-page-with-dojo-toolkit-and-zend-framework
PageRank: 4/10
(Clicks: 433; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
The Zend_Date component offers a detailed, but simple API for manipulating dates and times. Its methods accept a wide variety of types of information, including date parts, in numerous combinations yielding many features and possibilities above and beyond the existing PHP date related functions. For the very latest manual updates, please see our online manual (frequently synced to Subversion). Although simplicity remains the goal, working with localized dates and times while modifying, combining, and comparing parts involves some unavoidable complexity. Dates, as well as times, are often written differently in different locales. For example, some place the month first, while other write the year first when expressing calendar dates. For more information about handling localization and normalization, please refer to Zend_Locale .
http://framework.zend.com/manual/en/zend.date.html
PageRank: 6/10
(Clicks: 422; Comments: 0; Listing added: Feb 3, 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: 417; Comments: 0; Listing added: Apr 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
There are different reasons for logging information, different strategies for what and how to log, and of course different ways of implementing it. This article will look at why you would want to log, what you want to log and how to do it.
http://hades.phparch.com/ceres/public/article/index.php/art::zend_framework::application_level_logging
PageRank: 5/10
(Clicks: 413; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
In an earlier article "Gluing Ajax with the Zend Framework" I'm using a doclet called @ajaxaction to mark actions that are handling Ajax requests. If using the Prototype, jQuery or mootools libary, these requests differ from pure HTTP request by having a currently non-standard "X-Requested-With = XMLHttpRequest" header and their response mostly doesn't get rendered via a view. Unless you might use AXAH(Asychronous XHTML and HTTP) where the server might respond with snippets of XHTML to insert into the targeted DOM area.
http://raphaelstolt.blogspot.com/2007/03/using-plugin-system-of-zend-framework.html
PageRank: 0/10
(Clicks: 411; Comments: 0; Listing added: Mar 31, 2007) Listing Details Report Broken  Listing
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: 410; Comments: 0; Listing added: Jan 5, 2007) Listing Details Report Broken  Listing
This article explains how to use the Zend_Search module to search existing current and saved blog entries for a particular search term, and return ranked results. You will learn: * How to use the Zend_Search module and related classes to index and search data. * How to perform different types of simple and advanced searches using the Zend_Search module. At the end of this article, you will be able to search feed entries that have been saved in your feed reader. First, build a function that builds the search index and adds new content to the index. Next, create two actions that will provide the search functionality: search and viewSearchResults. The search action provides a form to perform searches, and the viewSearchResults action processes the input from the form and displays the ranked results to you.
http://www-128.ibm.com/developerworks/library/os-php-zend7/
PageRank: 4/10
(Clicks: 397; Comments: 0; Listing added: Jan 3, 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: 394; Comments: 0; Listing added: Sep 4, 2007) Listing Details Report Broken  Listing
Writed by Ben Ramsey, one of the most important members from Zend Framework team,there is a 26 slides (as PDF) designed for a quick presentation of Zend Framework. This presentation provides also some short code samples.
http://media.atlphp.org/slides/bramsey-zend_framework.pdf
PageRank: 3/10
(Clicks: 393; Comments: 0; Listing added: Jan 6, 2007) Listing Details Report Broken  Listing