Strict Standards: Non-static method db::_query() should not be called statically in /var/www/kino/c/class/db.class.php on line 261
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /var/www/kino/c/class/db.class.php on line 297
a kod tych lini to
$query = self::_query( $query , $db-> connection ); public function fetchAssoc($mysql_query){ if ( $this -> result ) return $this->result; else return false;
Prosze o pomoc
