…include them directly or with the framework or application that you're already using (such as Zend Framework or Oxid eSales). Then you're ready to start testing.
The JavaScript Code
This isn't a complex example, but I believe it's enough to write some meaningful tests. The following code example creates a jQuery object that contains the properties and functions required to perform a basic mortgage calculation. Let's walk through it slowly to give you an overview …
Zend framework
libmemcached PECL module
Zend Cache Backend Libmemcached
Here is the rough code for this benchmark: // Identical config/code for memcached vs InnoDB $frontendOpts = array( 'caching' => true, 'lifetime' => 3600, 'automatic_serialization' => true ); $memcacheOpts = array( 'servers' =>array( array( 'host' => '192.168.57.51', 'port' => 11211, 'weight' …
…almost twenty different specific combinations were mentioned. Ranging from CakePHP to the Zend Framework, the two most popular were — unsurprisingly — Drupal and WordPress. What was interesting was the relative frequency of each. Drupal was 86% more popular than WordPress among reporting applications. There are many potential explanations for this, but the disparity was notable enough to merit a mention.
Besides applications, one of the usage metrics we track closely relates …
The other dependency is a working Zend Framework (1) application and an idea what you're doing.
Setup
To setup Zf Crud , clone (or export) it into your local vendor library:
Our Zend Framework projects have the following structure:
app/modules/<module>/library/vendor
To export with git, just do the following: $ cd app/modules/foo/library/vendor $ git clone git://github.com/lagged/Zf_Crud.git ./Zf_Crud ... $ cd Zf_Crud && rm -rf .git
Then check it into your …
I'm so happy to announce that Engine Yard will be sponsoring Season 2 of the Voices of the ElePHPant . If you're not familiar with this podcast, every week, Cal Evans interviews various members of the PHP Community who are making efforts in moving the PHP ecosystem forward. It's a great listen!
In the recently released Episode 1 of Season 2 , Cal interviews Matthew Weier O'Phinney about MicroPHP frameworks, Zend Framework 2, …
And for example Zend Framework 1.x won't update to the latest version either. When I ranted on twitter someone send me Christer Edvartsen 's blog post on how to setup multiple versions of PHPUnit. It's really neat since it walks you through the setup step by step and you learn about things such as --installroot on the way. --installroot in particular is something I never ever saw before and I've been using PEAR for more than a few years now. So kudos …
I just posted the initial beta release of Zend Service Spotify to my Github account. I've always really appreciated the Zend Framework components due to their coding style, code comments (not to be confused with real documentation), and inter-operability. So, I decided (...)
Anyone that has used Zend Framework, especially Ruby on Rails developers, have most likely implemented the FlashMessenger Controller Action Helper and wished that you could organize the messages into different types. As a Ruby on Rails developer I have been (...)
If you are interested in Flash, Flex or ActionScript development, you really should read the Flash & Flex Developer's ( FFD) Magazine. This is a professional-quality monthly which is available as a free PDF download. This month's issue (June 2010) includes articles on Flash Player 10.1 for Android, using the Zend framework with Flash Builder plus a range of technical articles and product reviews. Oh, and there is also an article by me giving the lowdown on Amethyst, our (...)
As a requirement at work I had to learn Zend framework. Even if I'm not yet fully at speed with it, I manged to create an app with it. But it was spaghetti code and I never followed the prescribed code methodologies given in the documentation. But once I got the taste of it, I decided to rewrite it to fit the style of the docs. In the process I learned the Data Mapper pattern. And this is my try to convey what I learned.
The relational databases don't have the high level constructs …