Search found 1 match

by originalseed
Tue Jan 20, 2009 11:08 am
Forum: PHP - Code
Topic: Im i doing this right (connection class, xyz class..)
Replies: 0
Views: 44

Im i doing this right (connection class, xyz class..)

I have some basic connection and data access that i wrote long time ago, and im using them on every project. I was wondering if the logic is OK! This is a conncetion class:   class [color=#0000FF]DB_CONNECTION[/color]{       private $dbhost;     private $dbuser;     private $dbpass;     private $dbn...