June 15th, 2010
First of all, I’d like to thank you all for your patience! Zendcasts takes quite a bit of time and research to put together and I’m deeply touched by all your support.
On a personal note, my wife and I are heading out of North America in a week to visit Namibia and South Africa for 3 months. I’m going to do my best to keep up Zendcasts on a weekly basis, however my connectivity and upload speed will be limited. We’ll see how it goes!
Now for today’s episode:
I was working on a project for a client the other day and noticed a couple of lines in the ErrorController for automatically logging errors with Zend_Log. In 10 minutes, you can have a fully integrated logging framework. I also implement a singleton pattern for reusing your Zend_Log configuration (defined in the application.ini) anywhere else in your application.
Grab a copy of the project or browse the repository.
Enjoy!
Topics: Development Workflow |
Tags: configuration, error handling, singleton, zend_config, zend_log
Posted in Development Workflow |
Episode Discussion
April 17th, 2010
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, database table classes and other tedious processes. The goal of this video is to start looking at how we can generate our own Manifest and Provider classes so that custom command line tools can be integrated into the Zend Framework application.
The advantage of such integration is far reaching: deployable web applications using the Zend Framework can have “installers” and other frameworks, like Doctrine, can easily become first class citizens within the Zend Framework eco-system.
Grab a copy of the project or browse the repository.
Enjoy!
Topics: Development Workflow |
Tags: cli, command-line, zend_manifest, zend_tool
Posted in Development Workflow |
Episode Discussion
August 22nd, 2009
I’d like to introduce Tawfek’s sequel to his video covering Debugging in Firebug with the Zend Framework. If you’re looking for a tutorial on how to write a custom Action Helper, or wishing to make your ajax development more robust with logging and profiling, then these 33 minutes will save you a pile of googling. Download the source code or browse it online. Have a question? We’ll do our best to answer it in the forums (no registration currently required!)
topics covered
- Review of firebug
- 2:00: writing a custom Action Helper
- 5:30: configuring the Zend Bootstrap
- 10:00: Testing the Action Helper Through Firebug
- 12:30: Writing magic methods
- 16:00: Setting up a JSON-friendly view
- 18:00: Integrating Zend_Db
- 26:00: Implementing jQuery
- 29:00: Console Logging with Firebug and jQuery
Topics: Development Workflow |
Tags: debugging, firebug, profiling, zend_action_helper
Posted in Development Workflow |
Episode Discussion
August 6th, 2009
Tawfek is back! This is part 1 of a two part series where Tawfek will be taking us through how Firebug and the Zend Framework can work together to provide non-intrusive debugging and accurate profiling information for an application. This is a great feature that every Zend Developer should know about. Browse or download the source code. Discuss in the Forums.
Topics: Development Workflow |
Tags: debugging, firebug, profiling, zend_controller
Posted in Development Workflow |
Episode Discussion