Categories
PHPTips and Tutorials → Development

Effective In-Function Caching With PHP5

In-function caching can often be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Lazy loading with autoload and PHP!

Are you ended up with many PHP files and having hard managing them all? You don''t want to include them all in your scripts... but your not sure what you will need! This could well answer your problems ;)
DETAILS

9 PHP Debugging Techniques You Should Be Using

Save yourself time, effort and headaches by employing the debugging techniques discussed in this article. I cover topics from enabling notices to writing Unit Tests, as well as some ideas you may not have thought of...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

The Hitchhikers Guide to PHP Load Balancing

This post gives an introduction to the complications that can arise from deploying your PHP applications onto a load balanced web hosting platform. This is a must-read article if you are planning to develop large scale web applications, or if your so...
DETAILS

The Truth About PHP Variables

This article examines how PHP handles passing of variables internally, as well as how this relates to memory usage. This information is can be very useful for any professional PHP developer as it shows how passing variables by reference will normally...
DETAILS

PHP Debugging with Zend Studio

In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts. But first, we will get an overview of the product, its various editions, the system requirements for running it, and other installation considera...
DETAILS

Object Dynamic Generation

This package can be used to add model classes dynamically. A base abstract class provides the default implementation of property setter and getter functions. Concrete model classes are derived from the base abstract class. Objects o...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • PHP License
DETAILS

PHP - The Basics - Tags, echo and if/else

This edition of the PHP walk through talks about the basics of PHP coding, including the PHP tags, echo and if/else.
DETAILS

Swear filter && censoring tutorial

In this tutorial you will learn how to prevent certain keywords/swearwords/badwo rds from being used in text. You will learn how to load a file into an array, block multiple keywords and even display a badword only partially and censor the insi...
DETAILS

Translating your site the easy way

This article will try to give you all the needed information for site translation using a great extension - gettext.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2008 jCay.com