![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveOOP PHP with MySQLi
From: Citrus <info@citrus.be>
Date: Tue Jan 31 2006 - 15:04:17 CET
Hey, i'm looking for the best possible way for connecting to my database
The example works fine and fast. What i need to know is if it's safe, stable
One of the possibilities would be to make the link and pass it on to every
<?php
class My {
function SQL() {
class User {
public function show() {
$user = new User();
//Works here too
?>
|