Complex Web Pages with the Zend Framework?
With the inclusion of Zend_View Enhanced as first documented, discussed and publicised in this blog series, in the Zend Framework as of 1.5.0 I’d like to thank everyone involved in the process. A few of you pioneered it’s implementation and provided immense feedback which tailored the proposal to some specific needs, others kept bringing it up on the mailing lists and to the attention of the Zend reviewers, and others still spent a lot of time converging ideas towards a unified proposal. It just goes to show that the community really does have the power to influence the big picture and get stuff done!
…
Full article: http://blog.astrumfutura.com
License: Creative Commons License
Indexed in May 2008
Related Info Web
- An Example Zend Framework Blog Application - Part 2: The MVC Application Architecture
- Zend Framework 1.5 And What The Future Holds
- The no-framework PHP MVC framework
- Best PHP Framework?
- Symfony at a glance
.. After speaking with any number of users about getting started with a framework, I find many do not have an advanced understanding of the corner stone of a current day web application framework: the Model-View-Controller Design Pattern. So let's get over that hill right now, and before we start looking at PHP! As a bit of background, consider the traditional and...
I may be tied up (and very close to completing!) a lot of new work that sought me out in late February and has me working long hours without much time to maintain contact with the community, but it's hard to miss the release of the Zend Framework 1.5! Ever since I started tinkering with the Zend Framework back in 2006...
So you want to build the next fancy Web 2.0 site? You'll need some gear. Most likely in the form of a big complex MVC framework with plenty of layers that abstracts away your database, your HTML, your Javascript and in the end your application itself. If it is a really good framework it will provide a dozen things you'll...
While I'm waiting for my database export/import to finish here at work, I figure I'd write about something I was thinking about late last night. I constantly find myself rewriting old code with slight logic variations and taking too much time in doing so. I keep thinking, "If I make my functions general enough for all-purpose use, this won't happen,"...
Overview Symfony is an object-oriented PHP5 framework based on the MVC model. Symfony allows for the separation of business rules, server logic and presentation views of a web application. It also contains numerous tools and classes aimed at shortening the development time of a complex web application. What is a framework? A framework .. ... Full article: http://xpt.sourceforge.net License: Creative Common Attribution - Share Alike 3.0...
