mir erscheint es einfach nich logisch, dass eine datenbank auf eine datenbank connected...
anstatt database würde ich ehersowas wie ein dataset modellieren, welches man mittels eines adapters füllen kann
<?
if($autoSelect === true) {
if (is_resource ($this -> linkID)) {
if($this->linkID === false) {
if (@mysql_select_db($this->database, $this->linkID) === false)
?>
if ($autoselect)
// ...
if (!$this->linkID)
// ...
if (is_resource ($this -> linkID))
if ($autoselect)
// ...
if (!$this->linkID)
// ...
if ($bool)
{
// ...
}
Kommentar