screencast

ZendCasts.com: Doctrine Relations and Zend MVC

There is second part of Doctrine and Zend Framework integration screencasts series from ZendCasts.com .

This short podcast covers how you can easily build a form using Zend’s MVC model via Zend_Controller and using Doctrine for persistence.

This time Jon Lebensold looks at forms and creating new database entities using Doctrine.

by Wojciech Szela on January 5, 2010 in News, No Comments »
tags: , ,

ZendCasts: Google APIs in Zend Framework Part 4

Last week a new video was publish on ZenCasts. Using Zend_Cache to speed up Web Service calls is 4th part of series on Google Docs and Google Maps.

A short video showing how you can test and implement Zend_Cache on a class that makes a really slow request (like a web service call). (…) While this example shows how to cache a Class to a file, you could easily modify the code to work with other caching backends such as a memory-based caching engine or something like Zend Optimizer or APC.

Read also Part 1 – Introduction to the Google Docs API, Part 2 – Geotargetting with the Google Maps API, Part 3 – Using Google Maps with Zend_GData.