Новости индустрии
Zend Framework → PHP, Flex and Mobile
Ryan Stewart and Kevin Schroeder (two all around great guys) have written an article on using Flex and Zend Framework to build the front end and back end of an application respectively. Click on it, let’s talk about this for a bit.
Zend Framework → Автоматическая генерация CRUD интерфейса (Scaffolding) с помощью Zend_Controller_Scaffolding
Хочу представить компонент ZF, которого не хватало всем, кто сталкивался с необходимостью быстро поднять простой интерфейс для управления записями БД.
Подобное уже есть в ряде других PHP фреймворков (Symfony, CakePHP). Мною написано предложение (proposal) на официальном вики ZF, подробно описывающее суть компонента, а также включающее ссылку на рабочий код (Google…
Подобное уже есть в ряде других PHP фреймворков (Symfony, CakePHP). Мною написано предложение (proposal) на официальном вики ZF, подробно описывающее суть компонента, а также включающее ссылку на рабочий код (Google…
Zend Framework → Zend Framework is a BOSSie Award Winner
Last week, while I was on vacation, the news broke that IDG's InfoWorld had announced its annual
InfoWorld Bossie Award winners
(«Bossie» stands for «Best of Open Source Software»), and that Zend Framework had won the " best open source application development software " award.
InfoWorld Bossie Award winners
(«Bossie» stands for «Best of Open Source Software»), and that Zend Framework had won the " best open source application development software " award.
Zend Framework → Extending Zend Form Element to create customized Phone number field
Remember phones? (yes those things you text with.) Anis Ahmad recently blogged about how he created a Zend_Form_Element to wrap not only the display but the validation of a phone number. While it won’t handle BR-549, it does seem to handle all modern phone numbers. If you use Zend Framework,…
Zend Framework → DataModeler: Simple ORM - Part 1 Models
DataModeler is an Open Source ORM I began writing at the beginning of the year. I had experience with ActiveRecord, but was dissuaded from using it too often because it was difficult to unit test (at least I felt so). Wanting to learn Test Driven Development better, I decided to…
Zend Framework → Creating PDF Documents with Zend Framework
PHP comes with a number of options to help developers dynamically generate PDF files from within their applications. The Haru and PDF lib extensions offer a complete API for dynamic PDF generation, and there also exist a number of open-source PHP components that can be used for the same purpose.…
Zend Framework → Quick Start Symfony DI (Dependency Injection) Tutorial
Dependency injection is a technique that allows for loosely coupled objects within a software application. Generally if an object requires access to the functionality of another it would be instantiated internally leading to tightly coupled systems. By implementing dependency injection we inject the required objects ready for use (sometimes also…
Zend Framework → Zend Framework 1.10.8 Released
The Zend Framework team announces the immediate availability of Zend Framework 1.10.8, our eighth maintenance release in the 1.10 series. This release includes around 22 bug fixes.
A special reminder to those users of Zend_Service_Twitter, please ensure you upgrade to 1.10.6, 1.10.7, or 1.10.8 ASAP. These releases introduce…
A special reminder to those users of Zend_Service_Twitter, please ensure you upgrade to 1.10.6, 1.10.7, or 1.10.8 ASAP. These releases introduce…
Zend Framework → NP-Gravatar
Zend Framework extension, which provides classes for using and implementing Gravatar’s services and features. It consists of HTTP client for performing Gravatar Profile Requests, client for Gravatar XML — RPC API and view helper for rendering Gravatar image URL s.
Zend Framework → Dev Derby! Delve Deep for Details
We are actively recruiting participants to take place in a developer event (“Dev Derby”) that pits one language against others. It is a day-long programming challenge where teams of developers work to create an application serving a real-world need. Five teams will represent different programming languages—PHP, C#, Ruby, ColdFusion, and…


