How to organize your classes
Part 1: Database class + config files
In this tutorial you will learn about interfaces, static classes and methods, and how to nicely organize your database class and the configuration for it.
Continue Reading »
Tanax on April 23rd 2008 in Coding, PHP, Tutorials
An introduction to PHP
What is so great about PHP? What can you do with it, and how does it work? Read this tutorial to begin learning PHP.
Continue Reading »
Tanax on March 19th 2008 in Coding, PHP, Tutorials
How to script a pagination class
This class makes it possible to list a number of items on several pages. It comes with a navigation of a set of links, and you also have the option to define how much span that navigation should have.
Continue Reading »
Tanax on March 18th 2008 in Coding, PHP, Tutorials