8 great MySQL Performance Tips
Many developers often forget to optimize mySQL so I bring you some good tips on what to do to help your database work.
Many developers often forget to optimize mySQL so I bring you some good tips on what to do to help your database work.
Building forms could be annoying and painful job. I collected 6 awesome Form builder scripts to make your developer’s life easier.
Exceptions are used to change the normal flow of a script if a specified error occurs. Today, I am going to show you how to use and handle the PHP Exceptions properly.
Today I am going to show some tips and tricks in Object Oriented PHP. The best thing to explain some things is to build a small application. I am going to use Wordnik API and build a small dictionary application.
CakePHP uses awesome built in find types to retrieve your data. Why stop there when you can write your own find types. Here is how.
Is it faster to calculate the length of the loop in advance?
Lambda or anonymous functions allow the quick definition of throw-away functions that are not used elsewhere.
This is the first in a series of articles (I hope) that will try to deal with some known PHP Myths around.
Finally, the second part to CakePHP theming tutorial. I am continuing where we left of and adjusting the theme and views to finish this part of the Jobs board CakePHP application.