You're viewing tag: php.

Here is an online-based setter and getter generator tool capable of generating setters and getters for multiple programming languages, including PHP, JavaScript, C++ and C#. Simply choose the language of your preference, write the property names and click the generator button. Voilà!

Read article

The PageLister is a simple to use and highly configurable PHP class for pagination based on array collections. In this article you can download the class, read documentation and change logs and look at examples.

Read article

Here I'll show you how to implement the singleton design pattern in PHP and C#. I also give pointers of when it's appropriate to implement the pattern.

Read article

Organizing articles into pages

Posted on 24. Sep 2010, 23:58

In any kind of system where you have a lot of information, you often find yourself in a situation where you want to divide it into smaller, more user friendly pieces. Take a book for example. A book's content could very well be on one very very big sheet of paper or it could be organized into pages. The same principle goes for websites.

Read article

Pages: « 1 »