- 1,235 categories
- 40,186 scripts
- 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.
- 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 ;)
- Tags
- Platforms
- Licenses
- Other Free / Open Source License
- 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
- Licenses
- Other Free / Open Source License
- 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...
- Tags
- Platforms
- Licenses
- Other Free / Open Source License
- 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...
- Tags
- Platforms
- Licenses
- Other Free / Open Source License
- 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...
- 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...
- This edition of the PHP walk through talks about the basics of PHP coding, including the PHP tags, echo and if/else.
- 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...
- This article will try to give you all the needed information for site translation using a great extension - gettext.
Page: