Categories


Loading feed
Loading feed
Loading feed

Zend Framework 1.0.0 production release

I am very proud to announce availability of the first production release of Zend Framework. Many thanks to the scores of PHP developers who have worked for many months to make this product milestone possible. Zend Framework has followed a mission to provide classes that are extremely simple, yet powerful and extensible. Zend Framework is now the best class library available for PHP 5 web application development.

Zend Framework's MVC Introduces the ViewRenderer

One of my roles at Zend is as a Zend Framework developer, and as such, I'm the lead developer on the MVC components. Yesterday, I committed a change to core in preparation for the 1.0.0RC1 release that, while breaking backwards compatability slightly, will also greatly simplify the integration between the controller and view components.

Flex and PHP: Party in the Front, Business in the Back

Since the first time I really saw and understood what Flash was and did, I’ve been jealous of what Flash designers could do. Beyond just the cute animations for banner ads and games, Flash designers have always had a much more fine-grained control on their environment that HTML allows for. Besides my innate inability to design anything like a usable interface, the main drawback that has kept me from exploiting Flash is I never could get my head around the “Movie Timeline” metaphor for programming. As we say back home, “It just ain’t right.” That all changed with Flex. Now programmers can work with tools they are comfortable with and still take advantage of all of Flash’s…well, flash. Flex won’t help developers like me design eye-pleasing interfaces any more than a new pencil would improve my inability to draw. However, I can now put much more useful interfaces on my back-end code.

Start Writing Embeddable Applications

Fellow Zender and all around nice guy Matthew Weier O’Phinney recently posted an article on his blog encouraging PHP developers to “Start Writing Embeddable Applications”.

Complex Views in the Zend Framework

Padraic Brady has been posting a fascinating series of articles on his blog about complex views in the Zend Framework. If you are working with the Zend Framework or you are interested in a deep discussion about M-V-C then you’ll want to spend a lunch hour digesting these four articles.

Using Zend Framework Components in Code Igniter

I wanted to introduce you guys interested in PHP MVC frameworks to a tutorial that focuses on the integration of the components of the Zend Framework into another brilliant framework: Code Igniter.

Cakes of SOAP

Daniel Hofstetter – Cake Baker, DevZone author, and all around great guy – has posted a quickie tutorial on his blog called “A simple SOAP example”. While an argument can be made that SOAP is never really simple, Daniel does his best to break it down. Click [ more ] to get the full scoop.

Extending the CakePHP framework

CakePHP is making quite an impact on the PHP Framework landscape. In this article, Daniel Hofstetter, one of the Bakers on the CakePHP team, shows us how to extend the CakePHP with helpers and components.

DeveloperWorks posts Zend Framework Tutorial

Those wacky bitheads over at IBM are at it again. This time, Nicholas Case has posted part 1 of a 9 part series in which he builds a sample application using the Zend Framework. (Yes, I said 9 part) Grab the popcorn and soda boys, this one looks to be a good one.

Have Your CakePHP and Eat It Too

This week, Daniel Hofstetter and Felix Geisendorfer presented 2 interesting blog entries on our friend, CakePHP. Let’s get our CakePHP fix for the week and take a look.