| Active Users: |
43 |
| Accounts: |
0 |
| Guests: |
43 |
|
|
|
|
|
|
|
New listings
|
In parts 1 and 2, we discuss the goals behind the Zend Framework and show you how to use it to create the beginnings of our online feed reader, creating a form and adding information to a database while getting to know the MVC pattern. In this tutorial, you will see how to use the Zend Framework to implement the online feed reader portion of the application.
http://www-128.ibm.com/developerworks/edu/os-dw-os-php-zend3.html
PageRank: 4/10
(Clicks: 157;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
In Part 1 of this "Understanding the Zend Framework" series, we discuss the goals behind the Zend Framework, including easy-to-use components and an architecture based on the Model-View-Controller (MVC) pattern. Now we start to actually put that to use. In this tutorial, you will see how to use the Zend Framework to create the beginnings of our online feed reader, Chomp, creating a form and adding information to a database while getting to know the MVC pattern.
http://www-128.ibm.com/developerworks/edu/os-dw-os-php-zend2.html
PageRank: 4/10
(Clicks: 595;
Comments: 3;
Listing added: Jan 3, 2007)
|
|
Part 1 of an excellent tutorial in 9 parts on IBM Developer Works blog.
http://www-128.ibm.com/developerworks/library/os-php-zend1/index.html
PageRank: 4/10
(Clicks: 988;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
Like many other PHP developers, I have been playing with the new Zend Framework that is currently in the early stages of development. I have been building my entire homepage using it and these are some of my notes from a working with the current JSON, aka JavaScript Object Notation. Complete code for this example is available for download at the end of this article.
http://www.jasonwhittenburg.com/article/view/article/3/
PageRank: 2/10
(Clicks: 236;
Comments: 1;
Listing added: Jan 3, 2007)
|
|
When building a web site or application there comes a moment when you will most likely need to implement access restrictions. Two parts come in to play, first there is authentication (ususally implemented as username/password combination) and then authorization (or permission) to make sure a user is allowed to do what he is trying to do.
LiveUser provides you with a framework to make it easy to implement both aspects. It has a container approach giving a lot of flexibility in writing your own schemes if the bundled ones do not meet your needs. All containers use a unified API that makes switching between containers as painless as possible.
We will see one way to integrate the Zend Framework Controller with LiveUser.
http://devzone.zend.com/node/view/id/1001
PageRank: 5/10
(Clicks: 147;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
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: 335;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
Zend_Controller_Plugin is not covered yet in the documentation but it is a powerful way of extending a controller. Briefly, Zend_Controller_Plugin is used for extending controller functionality by attaching listeners to events, which are fired (or trigged) by the controller classes.
http://www.alexatnet.com/Blog/Index/2006-10-09/a-little-bit-more-about-zend_controller-plugins
PageRank: 3/10
(Clicks: 334;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
The Zend Framework allows for websites that are search engine friendly, although some thought needs to be taken when building your application. Besides creating a website that has a better chance of performing well with the search engines, these tips will also make your site friendly for visitors. Believe it or not, building a site that is search engine friendly can also yield usability benefits.
http://devzone.zend.com/node/view/id/949
PageRank: 4/10
(Clicks: 299;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
http://blog.northclick.de/archives/4
PageRank: 4/10
(Clicks: 203;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
I've been working on Zend_XmlRpc_Server for some months now. In the past couple weeks, I've refactored it to push the class/function reflection into Zend_Server_Reflection, and, in doing so, noted that there were further areas for refactoring into additional helper classes. Currently, it now has classes for the Request, Response, and Faults, and all actual XML wrangling is done in those, making the server basically XML-agnostic.
http://weierophinney.net/matthew/archives/126-Zend_XmlRpc_Server.html
PageRank: 4/10
(Clicks: 291;
Comments: 0;
Listing added: Jan 3, 2007)
|
|
|
|
|
|
|