Zend Framework in the Enterprise
ZF is still relatively young, and the upcoming 1.6 release does plug a few of the less-enterprisey holes. But if the framework is to be taken... more »
0 commentsSave Tags: frameworks, open source, php
What Is Really Considered Documentation?
As a committed user of open source technologies, the difference between me using something and not using something is the documentation. Is there... more »
0 commentsSave Tags: opinion, php
Zend Framework 1.6 Release Candidate 1 now available!
We couldn't be happier to announce that Zend Framework 1.6 Release Candidate 1 is now available from the Zend Framework download site!
1 commentsSave Tags: announcement, frameworks, php
use YML for storing data in db
Sometimes you may need to store complicated data with non-fixed fields/data types in table. There are different ways for that but if we use symfony... more »
2 commentsSave Tags: database, php
Using Phing to synchronize files and directories
FileSyncTask is a Phing extension for Unix systems which synchronizes files and directories from one location to another while minimizing data... more »
2 commentsSave Tags: frameworks, php, tools, unix-linux
A Domain Specific Language for Behaviour Driven Development (BDD) in PHP
Back at the start of the year I started making early releases of PHPSpec a Behaviour-Driven Development (BDD) library for PHP. Regular readers are... more »
1 commentsSave Tags: php
Is Twitter Responsible For Rail’s Image?
Is Twitter Responsible For Rail’s Image? Personally, I think not, however let’s take a look at the subject.
0 commentsSave Tags: frameworks, opinion, ruby, web 2.0
Handling mail and mime in PHP using the Zend Framework
An article on using Zend_Mail to handle various mail and mime operations in PHP, including some advanced usage and bug fixes
0 commentsSave Tags: frameworks, how-to, open source, php
Rails for PHP Developers: Function Reference
This function reference covers commonly used PHP libraries to their closest Ruby equivalents. The reference is structured very closely against the PHP... more »
0 commentsSave Tags: frameworks, open source, php, ruby
Zend_Acl and MVC Integration Part II (Advanced Use)
In part one we saw how to setup our Zend_Acl instance and how to attach it to the MVC environment (by using the Front Controller Plugin), but what... more »
0 commentsSave Tags: frameworks, php
Improving the performance of Zend_Controller
Zend_Controller_Router_Rewrite is the standard framework router. It takes a URI endpoint and decomposes it into parameters to determine which module,... more »
3 commentsSave Tags: frameworks, php
Notes on Zend_Cache
Recently I needed to speed up a legacy project that makes a lot of database calls to generate each page. After profiling, I discovered that 90% of the... more »
0 commentsSave Tags: frameworks, php
Zend_Form Performance Issues
If you are using Zend_Form and your site increases in complexity and attracts more traffic, you are most likely to run into performance problems.
0 commentsSave Tags: frameworks, php
Zend Framework, where do you want to go tomorrow?
Two weeks ago I started working with Zend Framework at work. I chose to use Zend Framework for one primary reason: Zend. Even though I have plenty of... more »
1 commentsSave Tags: frameworks, open source, php
Code sniffs for CakePHP and then some more
This started out sometime early this year as an exercise to create a set of Code Sniffs which could be applied to our CakePHP projects...
0 commentsSave Tags: frameworks, php
Zend_Cache is Saving me Money!
Let me tell you a little story. My latest site I have been working on for some time was written using the Zend Framework. Since it was launched in... more »
0 commentsSave Tags: frameworks, php
TDD with Symfony: The first test always fails
Symfony is one of the few PHP frameworks that gives you basic tools for starting to write tests. It provides a special object, called sfBrowser, which... more »
0 commentsSave Tags: frameworks, open source, php
Currency conversion API using Yahoo! finance site
Are a PHP or JSON Developer and you need to have currency conversion in your application? Chris Heilmann shows how you can use Yahoo finance site in... more »
0 commentsSave Tags: other languages, php, web services
Pool: Zend framework is the most popular PHP framework
It seems Zend framework is one of the most popular PHP framework among the PHP project developers.
2 commentsSave Tags: announcement, frameworks, php
Zend_Acl and MVC Integration Part I (Basic Use)
So, what is wrong with Zend_Acl and the current MVC implementation in the Zend Framework? there is nothing wrong, it is just that it gets not too... more »
0 commentsSave Tags: frameworks, how-to, php
The guardian.co.uk Build Radiator
eXtreme Feedback Devices make Continuous Integration status visible to the entire project room. Lava lamps and lightbulbs are good for this, but what... more »
0 commentsSave Tags: css-html, tools
A Service Locator for PHP5
A Service Locator pattern implementation for PHP5. Learn how this pattern can help decouple components to increase testability and flexibility. Code... more »
0 commentsSave Tags: php, web services
I love zend framework
I write this web-site used zend framework. For me it is best in whole world.
1 commentsSave Tags: frameworks, news, php
No, PHP does not suck; YOU suck
I'm getting sick of coming across so many PHP sucks articles being parroted all over the internets, so I wanted to dispel some of the myths and rumors... more »
2 commentsSave Tags: opinion, php
via