Pencarian

Rss Posts

 

 

 

First Development Milestone of ZF 2.0 Released – Zend Developer Zone

Aug 06, 2010

Yesterday, the Zend Framework team tagged the first development milestone of
Zend Framework 2.0 (2.0.0dev1). It is immediately downloadable from the Zend
Framework servers:

ZendFramework 2.0.0dev1 zip package
ZendFramework 2.0.0dev1 tar.gz package

NOTE! This release is not considered of production quality, and is
released solely to provide a development snapshot for purposes of testing
and research. Use at your own risk.

Adobe Developer Week Starts May 10, 2010 – Zend Developer Zone

May 04, 2010


May 10 ? 14 2010. Free, online sessions for PHP developers interested in learning about the Adobe Flash Platform, including: What?s New in Flash Builder 4 for PHP Developers; Using Advanced Features with Flex & PHP ; and A Basic CRUD Application with Zend_AMF and Flex 4

Zend Framework 1.10.4 Released – Zend Developer Zone

Apr 28, 2010

On behalf of the Zend Framework community, I’m pleased to announce
the immediate availability of Zend Framework 1.10.4, our fourth maintenance
release in the 1.10 series. You can download it from our downloads page:

http://framework.zend.com/download/latest

This release includes approximately 50 bugfixes, the majority of which were
contributed during our Bug
Hunt Days two weeks ago . The fixes contributed help stabilize
and improve the 1.10 series.

Zend Framework starter kit interest? – Michael Kimsal

Mar 30, 2010

I?m putting together a basic Zend Framework starter kit. ?Right now I?ve got basic Doctrine 1.2 integration with predefined directories for schema, models, etc. ?Also an init process to allow for automatic injection of specified objects on to front controllers (think $this->session available in your controllers, for example).

Any interest in getting a copy of this? ?What other things would you like to see preconfigured or preintegrated in a starter kit?

The Adventures Of Merging Propel With Zend Framework – Brandon Savage

Mar 22, 2010

Recently, I finished my first production-quality Zend Framework application. It was a new website that made use of an old backend that powers another application I wrote using a custom framework. I wanted to use Zend Framework to practice on it, and to learn things I hadn?t yet learned since I had yet to put [...]