| Active Users: |
32 |
| Accounts: |
0 |
| Guests: |
32 |
|
|
|
|
|
|
|
Top listings
|
It's been a long, and hopefully interesting, road to Part 7. In this concluding entry to the long running, and oft delayed, "Complex Views with the Zend Framework" series I introduce the Zend_View Enhanced Proposal for the Zend Framework, elaborate on its operation, and provide some opinions on the ongoing debate over its implementation. So sit back, relax, here's another long (be patient ;-)) blog entry.
http://blog.astrumfutura.com/archives/297-Complex-Views-with-the-Zend-Framework-Part-7-Zend_View-Enhanced.html
PageRank: Not available
(Clicks: 526;
Comments: 0;
Listing added: Sep 4, 2007)
|
|
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: 344;
Comments: 0;
Listing added: Sep 4, 2007)
|
|
Yet another demonstration of the power of the Zend Framework. This works with ZF Version 0.8 as well as the recent release of 0.9.(x?)
This time we’re going to create dynamic breadcrumbs that might look like this:
Home / Article / Editing: My Post Title
Utilizing view helpers, all we need to do is do a little prep work; in my case, I use a bootstrap controller that all my controllers extend.
http://www.zed23.com/2007/03/14/breadcrumbs-with-zend-framework-view-helpers/
PageRank: Not available
(Clicks: 592;
Comments: 0;
Listing added: Sep 4, 2007)
|
|
I’m starting to get hooked on the Zend Framework’s abstraction to the PDO
http://www.zed23.com/2007/03/13/zend_db-love/
PageRank: Not available
(Clicks: 976;
Comments: 0;
Listing added: Sep 4, 2007)
|
|
Being the buzz-word worshipers that we are, several voices have been heard in the the Zend Framework community for a YAML parser class, and most notably, for a Zend_Config implementation based on YAML. Pádraic Brady already proposed an implementation for Zend_Yaml, but for those of you who are impatient (like me!) and want to use YAML as configuration files in your projects today, here's a simple and elegant solution:
http://prematureoptimization.org/blog/archives/39/
PageRank: Not available
(Clicks: 93;
Comments: 0;
Listing added: Sep 4, 2007)
|
|
I've seen two articles describing how to integrate Smarty with Zend_View, Integrating Smarty with the Zend Framework at Zend Developer Zone and Zend Framework: Using Smarty as template engine at Dmytro Shteflyuk's blog. Both of these are very outdated by now.
So here's take three on integrating Smarty with Zend_View, this time hopefully staying useful for a longer time since the Zend Framework has reached version 1 now.
http://my.opera.com/zomg/blog/2007/07/31/smarty-zend-view-take-three
PageRank: Not available
(Clicks: 637;
Comments: 1;
Listing added: Sep 4, 2007)
|
|
Since I prefer ADODB over Zend Framework's own Zend_DB, I had a small problem: How to use it with Zend_Auth to authenticate the user?
Good thing Zend employs smart people: they use an adapter to control the database access in the Zend_Auth class, called Zend_Auth_Adapter. You can define your own authentication adapter quite easily by creating a class which implements the Zend_Auth_Adapter_Interface interface class.
http://my.opera.com/zomg/blog/2007/04/30/using-adodb-with-zend-auth-and-zend-auth-adapter
PageRank: Not available
(Clicks: 229;
Comments: 0;
Listing added: Sep 4, 2007)
|
|
Yet more Zend Framework -related material.
I've talked with a few people about using Zend_Acl and how to best approach the issue of resources, roles and users.
It isn't immediately obvious how one should do this:
- Create roles and resources in code?
- Load them from a database?
http://my.opera.com/zomg/blog/2007/05/08/zend-acl-and-storing-roles-and-resources-in-a-db
PageRank: Not available
(Clicks: 1902;
Comments: 0;
Listing added: Sep 4, 2007)
|
|
I recently needed to port some existing php code which used Ajax over to the Zend Framework. While there are several tutorials out there with lots of details, I didn’t find a simple example that would just get me started with how to work Ajax calls into the MVC framework architecture. Eventually, I figured things out by referring to several different tutorials and doing a good amount of Googling. I decided it might be useful to have a very simple example of porting an existing Ajax app to the Zend Framework.
http://http://liamgraham.wordpress.com/2007/08/06/ajax-101-a-simple-example-of-using-ajax-with-the-zend-framework/
PageRank: Not available
(Clicks: 1130;
Comments: 3;
Listing added: Sep 4, 2007)
|
|
So I decided to write a bit about my experience and implementation of the Zend_Acl component, it's a bit rough but I hope it gives an idea of how to possibly implement Zend_Acl. Let me know if there's anything not very clear, I'm no english major so there's bound to be some awful sections.
http://jeremyknope.com/articles/2007/06/18/experience-with-zend_acl-and-usage-example
PageRank: Not available
(Clicks: 1769;
Comments: 1;
Listing added: Sep 4, 2007)
|
|
|
|
|
|
|
|
|
|