25 February, 2010
David Caunt wrote up a useful article on command line scripting;
As PHP developers, it is convenient to be able to write command line scripts in PHP. In doing so, you will almost certainly want access to Zend Framework components and their configurations as if you are writing a normal MVC app, but […]
Tags: Bootstrap, CLI, Command line, Tutorial, Zend Framework
Posted in Development, Zend Framework
24 February, 2010
Jon Lebensold posts another great screen cast about one of the most confusing parts of Zend Framework ever created ;
One of the pain points for folks who are starting to work with the Zend Framework is the Decorating functionality found in the depths of Zend_Form. I’ve witnessed countless instances when a […]
Tags: Tutorial, Zend Framework, Zend_Form, Zend_Form_Decorators
Posted in Development, Videos, Zend Framework
24 February, 2010
Pascal Opitz posted a nice little snippet; Just a quick snippet to have dynamic parameters in the underscore function, without having to write sprintf every time.
Tags: Zend Framework, Zend_Translate
Posted in Development, Translation, Zend Framework
18 February, 2010
Thomas Weidner commits the hackix.com Swedish translations to trunk.
Danny spent some time translating the ~200 validation messages in /resources/languages/sv/Zend_Validate.php make sure to give them an eye over after your next trunk (1.10.2+) checkout and report any suggestions & feedback here.
Tags: Swedish, Translation, Zend Framework, Zend_Translate, Zend_Validate
Posted in Development, Translation, Zend Framework
17 February, 2010
Jon Lebensold publishes another screen cast on the Doctrine topic;
This short video is going to be the last in my 2009–2010 series on Doctrine 1.2. I’m wrapping it up with a little example of adding timestamps, logging and using Doctrine’s event listener architecture.
Grab a copy of the project or browse the repository.
view […]
Tags: Doctrine, Models, MySQL, Tutorial, Zend Framework, Zend_Auth
Posted in Development, Doctrine, Videos, Zend Framework
16 February, 2010
Pieter Kokx has posted a proposal and needs feedback.
Zend_Db_Schema is a component that provides abstraction for DDL statements.
You can find the proposal here.
Tags: Proposal, Zend Framework, Zend_Db_Schema
Posted in Proposals, Zend Framework
14 February, 2010
Thomas Weidner describes some additional functionality only available from Zend Framework 1.10.2+ and forward, for those of us that do *not* wish to use a separate message id/key but rather the source language string in the source code.
Set the “useId” option to false.
In this case the source language is used as message key and the […]
Tags: TMX, Zend Framework, Zend_Translate
Posted in Development, Translation, Zend Framework
12 February, 2010
Jayson Minard wrote a very good article on upgrading a production site and what can go wrong and what we can learn from it.
Yesterday, I performed an upgrade to a third-party package used with Zend Developer Zone. It has an automated schema update system which silently performs actions on the database that had a large impact […]
Tags: Migration, MySQL
Posted in Databases, MySQL, System Administration
5 February, 2010
n the past two years, increased browser support has transformed CSS3 from a fringe activity for Safari geeks to a viable option for enterprise level websites. While cross-browser support is often too weak for CSS3 to hold up a site’s main design, front-end developers commonly look to CSS3 solutions for progressive […]
Tags: CSS, UI
Posted in CSS, Development
4 February, 2010
Matthew Weier O’Phinney shares a bit of very useful code to inject request params into a Zend Framework request object from a JSON or XML POST request.
“Below is a plugin I use to translate JSON or XML raw post request data to request user parameters.
Note that it expects a “Content-Type” header of either “application/json” or […]
Tags: Controller Helper, JSON, plugin, xml, Zend Framework
Posted in Development, PHP, Zend Framework
4 February, 2010
Take a peak at Web Developer Juice’s writeup on how to configure and use ActiveMQ (Message Queues), defenitely worth the read.
Apache ActiveMQ is one good option for implementing message queue in your PHP application. It can be easily installed on your server and it’s web accessible admin interface really makes administrator’s life easy. […]
Tags: Message Queues, PHP, Tutorial
Posted in Development, PHP
3 February, 2010
A big thank you to Ryan Horn for putting together this great screencast about Zend_Mail. Ryan took the time to talk about how to setup a dev environment that uses a gmail account. This is perfect for folks like myself who work in a development environment that’s behind an annoying ISP […]
Tags: gmail, Tutorial, Zend Framework, Zend_Mail
Posted in Development, Videos, Zend Framework
1 February, 2010
Romain Lalaut wants some feedback on his proposal for Zend_Session_SaveHandler_Cookies is a save handler which stores data into the cookies client.
The main benefit is to avoid the storage of such data on the server. It is especially useful when you have a farm of servers to manage.
Give him a hand here Zend_Session_SaveHandler_Cookies.
Tags: Cookies, Sessions, Zend Framework, Zend_Session_SaveHandler, Zend_Session_SaveHandler_Cookies
Posted in Development, PHP, Proposals, Zend Framework