|
|
|
|
|
|
New listings
|
Demonstrate a web environment where 'public' (i.e. non-authenticated) users and 'member' users have access restrictions, and to what context they may visit those resources. In a lot of ways this broad concept relates very well to small-medium sites of a lot of Zend developers (in my opinion). For purpose of clarity we will assume this is a SIG group for Mac Users to discuss all things Mac OS X-related. The site has 3 areas (home, news, tutorials) that are for the general public. Members can also view a discussion forum, community newsletter and support request area for members to share common problems.
http://devzone.zend.com/node/view/id/1665
PageRank: 6/10
(Clicks: 4144;
Comments: 0;
Listing added: Feb 8, 2007)
|
|
Web site developers are familiar with a concept that a site consists of pages but Zend Framework proposes Controller/Action idea. Undoubtedly, Controller/Action is cool but how is it relevant to real world tasks? In other words, how is Controller/Action connected to the standard form flow?
http://www.alexatnet.com/Blog/Index/2007-02-06/controller-action-versus-folder-page
PageRank: 2/10
(Clicks: 343;
Comments: 0;
Listing added: Feb 8, 2007)
|
|
I was wondering about how to extend a singleton class such that you could retrieve the new class when retrieving the singleton later. In particular, Zend_Controller_Front is a singleton, but what if I want to extend it later? A number of plugins in the Zend Framework, particularly view helpers and routing functionality, make use of the singleton; would I need to alter all of these later so I could make use of the new subclass ?
http://weierophinney.net/matthew/archives/135-Extending-Singletons.html
PageRank: 4/10
(Clicks: 76;
Comments: 0;
Listing added: Feb 5, 2007)
|
|
One of the new features to hit the Zend Framework since 0.7 is Zend_Controller_ModuleRouter and its sibling Zend_Controller_ModuleRewriteRouter. This allows for separating out sets of controlers, models and views into their own modules.
http://akrabat.com/2007/02/03/modules/
PageRank: 4/10
(Clicks: 429;
Comments: 0;
Listing added: Feb 4, 2007)
|
|
This article can be useful to anyone who is trying to add a PHP application, like WordPress or MediaWiki to the Web application that uses the Zend_Controller class, which is a part of Zend Framework.
http://www.alexatnet.com/Blog/Index/2006-10-03/how-to-run-a-php-application-together-with-the-zend-framework-application
PageRank: 3/10
(Clicks: 587;
Comments: 0;
Listing added: Feb 4, 2007)
|
|
This tutorial is for developers who want to learn about creating a simple mashup, a Web application that uses information from different sources. It uses the Zend Framework's Zend_Services component and the principle of Representational State Transfer (REST) to demonstrate how to seamlessly include information to extra resources related to our feeds. Using the examples of Amazon Web Services (AWS), Flickr Services, and Yahoo! Search Web services, this tutorial teaches you how to apply the PHP Zend Framework to quickly search those sites for relevant information. You will integrate this functionality into the Chomp feed reader developed in the previous parts of this series.
http://www-128.ibm.com/developerworks/edu/os-dw-os-php-zend8.html
PageRank: 4/10
(Clicks: 112;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
In Part 8 of this series, we added Yahoo!, Amazon, and Flickr results to the Chomp application. Now we're going to improve performance by loading only the data the user requests, when the user requests it.
http://www-128.ibm.com/developerworks/library/os-php-zend9/index.html
PageRank: 5/10
(Clicks: 1094;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Zend_View is a class for working with the "view" portion of the model-view-controller pattern. That is, it exists to help keep the view script separate from the model and controller scripts. It provides a system of helpers, output filters, and variable escaping. Zend_View is template system agnostic; you may use PHP as your template language, or create instances of other template systems and manipulate them within your view script. Essentially, using Zend_View happens in two major steps: 1. Your controller script creates an instance of Zend_View and assigns variables to that instance. 2. The controller tells the Zend_View to render a particular view, thereby handing control over the view script, which generates the view output.
http://framework.zend.com/manual/en/zend.view.html
PageRank: 6/10
(Clicks: 197;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Zend_Service_Yahoo is a simple API for using many of the Yahoo! REST APIs. Zend_Service_Yahoo allows you to search Yahoo! Web search, Yahoo! News, Yahoo! Local, Yahoo! Images.
http://framework.zend.com/manual/en/zend.service.yahoo.html
PageRank: 6/10
(Clicks: 70;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
Zend_Service_Flickr is a simple API for using the Flickr REST Web Service.
http://framework.zend.com/manual/en/zend.service.flickr.html
PageRank: 6/10
(Clicks: 40;
Comments: 0;
Listing added: Feb 3, 2007)
|
|
|
|
|
|
|