![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: OOP PHP with MySQLi
From: Citrus <info@citrus.be>
Date: Tue Jan 31 2006 - 16:44:21 CET
> What a lot of overhead and such.
Where exactly do you find any overhead ? My project will consist out of 15
I'm happy with my solution and it's a joy to work with. Currently i'm
In the meanwhile i've had confirmation that this IS a good way and there
<?php
class My {
public function SQL() {
?>
If you load the upper code in every script you can easily comunicate with
Best thing is that you can use this in every function or object without
|