All,
Pulled the PHP code from the "Enterprise Modules" site which was advertised as "Not tested, Concept only" and really like the idea there.
I especially like the Database IO, as you can see the markers in the code to support any DB engine, so wanting to get the code working.
I had lot's of errors originally so trying to work through them and now stumped. Posted both the call file "test_dio.php" and the "em_dio.php" on PasteBin at:
http://pastebin.com/qJm0TesE
I'm getting the error:
Fatal error: Using $this when not in object context in /var/www/Work/Video+/Code & Source/em_dio.php on line 198
which is coming from the "IF" code:
if (!$this->linked) { $this->linked = self::dbConnect(); } // end if !linked
I'm missing something here on the public declaration of this var, which is to be used over and over throughout this file.
Would appreciate all help!
Thanks!
OMR/TBNK