29 April, 2010
Jon Lebensold posts a continuation to his screencast on Zend_tool; Reporting with Zend_Tool and Zend_Log
This video uses a collection of powerful PHP libraries in order to illustrate how easy it really is to build a command-line tool for reporting against XML files. We start off by logging visitor statistics in the controller […]
Tags: Zend Framework, Zend_Tool
Posted in Development, Videos, Zend Framework
29 April, 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 […]
Tags: bugfixes, Zend Framework, Zend_Amf
Posted in Development, Zend Framework
23 April, 2010
Jon Lebensold shows you how to use the Zend Tool in useful ways; This screencast should help you setup Zend_Tool in your Zend Framework application. Zend_Tool is a command line entry point into your application. Currently, Zend_Tool is used to scaffold (build generic files) the Zend Framework project structure, modules, controllers, […]
Tags: Doctrine, Zend Framework, Zend_Tool
Posted in Development, Doctrine, Videos, Zend Framework
16 April, 2010
Jon Lebensold posts an update to his excellent screencast; We’re going to take what was put together in the last 3 videos and now include some server-side validation that will appear asynchronously. This is an example of using Zend_Form as a validation tool via JSON.
Grab a copy of the project or browse […]
Tags: Ajax, JQuery, Zend Framework, Zend_Form
Posted in Development, Videos
9 April, 2010
This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done […]
Tags: GIT, Version control, Windows
Posted in Development, GIT
2 April, 2010
Graham Anderson posted an useful workaround for the module specific layout problem;
The default layout plugin will accept a stack of paths in LIFO order.
This allows a very simple hack to always ensure that any module can have it’s own default layout which will automatically override the default module layout.
class App_Controller_Plugin_Layout extends Zend_Controller_Plugin_Layout {
[…]
Tags: Layout, Module, plugin, Zend Framework
Posted in Development, Plugin, Zend Framework
1 April, 2010
Anyone that has been working on a Windows based system (Regardless of what version) groans everytime you have to copy or move many files from a drive to another…
I did however find this little gem that takes most of the pain out of it;
FastCopy is the Fastest Copy/Delete Software on Windows.
It supports UNICODE and over MAX_PATH […]
Tags: Tool, Windows
Posted in System Administration, Useful Tools
1 April, 2010
Chris Morrell comes with a very nice intermediate solution to ZF documentation hassles, he writes;
If you’ve every tried to navigate the Zend Framework documentation’s longer pages you’ve probably looked everywhere for a table of contents. Sure, there’s a TOC for the major sections of the component, but if you’re looking for a specific part […]
Tags: Documentation, Zend Framework
Posted in Development, Documentation, Zend Framework