31 January, 2010
Ryan Mauger wrote a good article on tidying things behind the scenes, during development, definitely worth a look;
With Zend Framework there is an easy way to ensure that you always create valid HTML in your applications. This involves the use of a simple Front Controller Plugin, and the php Tidy component.
Valid HTML is important for a […]
Tags: FireBug, plugin, Tidy, Zend Framework
Posted in Development, Useful Tools, Zend Framework
31 January, 2010
A very common question is how do I get a localized / translated list of countries, currencies etc for a company registration form or similar.
Here is a easy to use sample; For your cut’n’paste pleasure
Tags: Zend Framework, Zend_Form, Zend_Locale, Zend_Registry
Posted in Development, Translation, Zend Framework
30 January, 2010
Gojko Adzic wrote a GREAT articles about a few very good points to take into consideration as you plan application or infrastructure deployment on to the Cloud;
During the last two years, I was involved in several projects deployed on the Amazon cloud. Being a relatively early adopter was a fantastic experience that provided lots of opportunities […]
Tags: Cloud, Deployment
Posted in Cloud, Development
30 January, 2010
While pouring over some posts about Doctrine I stumbled upon a very nice solution to the Cascading Delete issue when using the SoftDelete behaviour on an Doctrine Model. Here is what the guys at Elink Media writes;
I have been using Doctrine ORM for a while now. Here I want to discuss 2 tricky issues […]
Posted in Development, Doctrine, Featured, PHP, Zend Framework
30 January, 2010
Bradley Holt writes a good article about Front Controller Patterns; I recently gave a Zend Framework Introduction presentation at our local PHP Users Group. I built a demo blogging application called Postr that I used as an example throughout the presentation. There was way too much material to cover in the […]
Tags: FrontController, Router, Zend Framework
Posted in Development, PHP, Zend Framework
28 January, 2010
Chris Hartjes writes a very nice article about how to make (re)usable zend_forms; After searching around online for some examples of building simple forms, I was dismayed to discover there were two different ways of building the form. I could (a) do it the long way and create specific instances of the form elements using […]
Tags: Doctrine, Zend Framework, Zend_Form
Posted in Development, PHP, Zend Framework
28 January, 2010
On behalf of the Zend Framework team and the framework’s many contributors, I’m pleased to announce the immediate availability of the stable release of Zend Framework 1.10.0. You can download it from our downloads page:
Tags: Zend Framework
Posted in Development, PHP, Zend Framework
27 January, 2010
Jon Lebensold publishes the second part of his series on using Doctrine in combination with Zend_Auth & Zend_Auth_Adaptor; Here’s the second part of my Doctrine / Zend_Auth example. In 15 minutes, we create a logout, login and protected area that’s reliant on the ZC_Auth_Adapter adapter we created in last week’s video. Notice how […]
Tags: Doctrine, Zend Framework, Zend_Acl, Zend_Auth, Zend_Auth_Adapter
Posted in Development, Doctrine, PHP, Videos, Zend Framework
26 January, 2010
Jon Lebensold publishes another installment of his popular screen cast series, he writes; I’ve been using Doctrine a lot in my own work, and recently found myself itching to have tighter integration between Zend and Doctrine when it comes to user logins. Luckily, Zend provides a very simple interface with regards to […]
Tags: Doctrine, Zend Framework, Zend_Acl, Zend_Auth
Posted in Development, Doctrine, PHP, Videos, Zend Framework
22 January, 2010
John Lebensold has recorded a VERY nice 7 part video run through that shows how you can use some of the new functionality in PHP 5.30+ that I highly recommend everyone doing any kind of PHP development to watch especially if you are working with any type of objects, relations, models or always wanted to […]
Posted in Development, PHP, Videos
22 January, 2010
This is VERY good news!!!
The Zend Framework has updated their documentation site with a very handy feature for those that may not be working with the latest version of the framework — the ability to select a version of the framework to view the documentation for.
As of the time of this post, they have versions 1.10 back […]
Tags: Documentation, Zend Framework
Posted in Development, Documentation, PHP, Zend Framework
21 January, 2010
I’ve got a whole lot of questions about what tools other than poedit that exists especially for teams, so I’ll start going through and try to review tools available and add them to the new Translation Tools article series.
I hope you’ll find this useful.
Tags: poedit, Tool, Zend_Translate
Posted in Development, Translation, Useful Tools
21 January, 2010
Some encouraging words from the guys at killersites.com
[youtube width=“500” height=“344”]http://www.youtube.com/watch?v=ZqpyU1yMoKI&feature=channel[/youtube]
Posted in Development, Videos
20 January, 2010
Nicolas Fabre asks for help in reviewing his new component proposal:
Deep Zoom is an implementation of the Seadragon technology for use in Microsoft Silverlight or Seadragon viewing library. It allows users to pan around and zoom in a large, high resolution image or a large collection of images. It reduces the time required for initial […]
Tags: Zend Framework, Zend_Image
Posted in Development, Proposals, Zend Framework
20 January, 2010
Chris Thomas writes; I’ve created a component proposal. It is ready for review.
Please check it out.
Your comments are welcomed.
Zend_Service_Prowl — Christopher Thomas — Zend Framework Wiki.
Zend_Service_Prowl is a simple component that implements the Prowl API. Prowl is a service that allows users to send push notifications to the iPhone or iPod.
Tags: webservice, Zend Framework, Zend_Service
Posted in Development, Proposals, Zend Framework