Michael Kimsal's Blog: Zend Framework and Doctrine integration - autoloading of doctrine models
PHPdeveloper.org |
0 comments |
Friday, March 5, 2010
Michael Kimsal has a new post today looking at using Doctrine models in a Zend Framework application and how to get them to autoload when you need them with the help of Zend's Zend_Loader_Autoloader.
[…]
ZendCasts.com: Logging in Users using Doctrine and Zend_Auth
PHPdeveloper.org |
0 comments |
Thursday, January 28, 2010
The next ZendCast in the user authentication with the Zend Framework's Zend_Auth has been posted to the ZendCasts.com site today. In this new screencast, they look at how to integrate it with Doctrine to automatically validate users against the information in your databases (following up on this first part of the series).
[…]
ZendCasts.com: Writing a Zend_Auth_Adapter with Doctrine
PHPdeveloper.org |
0 comments |
Tuesday, January 26, 2010
New from the ZendCasts.com site today there's this new screencast looking at the integration of the Zend_Auth_Adapter component of the Zend Framework and the Doctrine ORM library to split out the authentication from the persistence layer.
[…]
Rdavid.net: My Zend Framework Model Layer: Part Service, Part ORM
PHPdeveloper.org |
0 comments |
Thursday, January 21, 2010
In a new post on the Rdavid.net blog there's some discussion about Zend Framework models, the best approach and a "Service Class" idea.
[…]
Rdavid.net: Test Results on Memory Usage of Zend Framework and Doctrine with APC
PHPdeveloper.org |
0 comments |
Wednesday, January 20, 2010
On Rdavid.net there's a post with the results from some tests run on hos much memory the Zend Framework and Doctrine used both with and without the APC caching.
[…]
Object-relational mapping with Doctrine, Flash Builder, and PHP
Richard Bates |
3 comments |
Tuesday, December 22, 2009
Rich Internet applications built with Adobe Flex and Flash Builder have been steadily gaining a foothold in enterprise development for quite some time. As the platform has grown and evolved, PHP has also made amazing progress toward becoming a mature, powerful object-oriented language with rapid adoption and dozens of frameworks and design pattern implementations. As PHP continues to prosper, developers are able to borrow more and more of the things Java has got right, taking one check after another from the “Java-only” column. One outstanding example of this is object-relational mapping (ORM). A few different PHP ORM implementations are available, and all of them have positive attributes. However, after some experimentation, I’ve found that Doctrine is my favorite.
[…]
Matthew Weier O'Phinney's Blog: Autoloading Doctrine and Doctrine entities from Zend Framework
PHPdeveloper.org |
1 comment |
Monday, August 24, 2009
Matthew Weier O'Phinney has a new post on something he's been asked about a lot - autoloading Doctrine into a Zend Framework application.
[…]

