Lies bitte nochmal mein vorriges Posting genau.
Und wenns sauber sein sollte OHNE Deine Bussineslogik zu verändern dann ist es so richtig:
Und wenns sauber sein sollte OHNE Deine Bussineslogik zu verändern dann ist es so richtig:
PHP-Code:
function num_rows ()
{
return mysql_num_rows($this->query);
}
function num_rows ($numrowsQuery)
{
$numrowsQuery == 0 ? $this->num_rows = mysql_num_rows($this->query) : $this->num_rows = $numrowsQuery;
return $this->num_rows;
}
Kommentar