You are here:Home arrow Zend Framework & PHP
  • Narrow screen resolution
  • Wide screen resolution
  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • green color
  • blue color

Zend Framework

Our contributions to Zend Framework community. We use Zend Framework alot in our every day projects. Read on for some helpful tips and optimization practices for the best PHP development framework of the present.

Code autocomplete for array objects (foreach)

Here is a quick tip on enabling code auto-completion on array of objects (i.e. when you fetch array of objects from a database table adapter).

How to Download

This is placeholder

Little PHPDoc and SVN Integration

Ever looked through the Zend Framework code and saw header comments like this?

<?php
/**
  * @version   $Id: Exception.php 16200 2009-06-21 18:50:06Z thomas $
  **/

Here is a quick tip on how this can be useful and how to have this type of integration in your projects.

Seven PHP performance rules you should be aware of

Here is a quick list of practices for faster PHP code.

MySQL Performance Tips

Running a MySQL server one should think of performance. In this article I will list several approaches to making your queries run faster, and overall MySQL server performance optimization to speed up your webpages, whether it is a Zend Framework application or any different in PHP.

<< Start < Prev 1 2 Next > End >>
Results 1 - 9 of 12
Feedback Form