[phplib] configuring container classes From: Dennis Gearon (gearond <email protected>)
Date: 05/03/01

-------------------------------------------------------------------------------------
Here's something I understand:
        All the <db_*.inc> files have the EXACT same name of the class in them,
DB_SQL. Most of the methods are the same too.
-------------------------------------------------------------------------------------
Here's something I -->DON'T<-- understand:
        None of <ct_*.inc> files have the same class name in them.
-------------------------------------------------------------------------------------
Wouldn't that be the way to abstract the the container type from the
rest of the library, as the database type is abstracted from the
<ct_sql.inc>
-------------------------------------------------------------------------------------
The reason I ask is that I'm writing a newbie "How To Use PHPLIB - in
one simple file" set of directions. It's at
http://64.177.230.204/public/HowToUsePHPLIB.htm

(and it's incomplete)

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>