Categories

Updated: 04/29/2003

Database connection in a class of its own

The usage of databases in larger web-based applications is essential. By using basic object-orientated techniques we can minimize the fuss of connecting and interacting with a database. We can also reuse this code in other applications: a huge benefit of ''OO'' programming.
©2019 A--9.com