You are here: Home Web Links Developer
Developer
Display # 
1   Link   php.net
THE server-side scripting language that drives the Internet. Also, the language that Joomla! is developed with.
2   Link   MySQL
THE database server that drives more than 80% of the dynamic websites and applications on the Internet. Also, the database that Joomla! and MicroSwamp uses.
3   Link   Using PHP Objects to access your Database Tables (Part 1)
This tutorial will show you how to create an abstract class which can communicate with any database table, and then how to create subclasses containing the implementation details for each individual table within your application. The end result is that you never have to code any of the SQL SELECT, INSERT, UPDATE or DELETE statements for any table as they will be generated at runtime.
4   Link   Using PHP Objects to access your Database Tables (Part 2)
In this tutorial I will show you how to enhance the basic class to incorporate the following: