* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418
* @version 0.1* @since 0.1*/public function connect( $hostname = "localhost", $username = 'root', $password = '' , $charset = "utf8" , $database = null ){$this->connection = @mysqli_connect($hostname,$username,$password);if( mysqli_connect_errno() == 0){$this->isConnected = true;$this->charset( $charset );if( !empty( $database ) )
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 196
}else{trigger_error( sprintf("Connect failed: %s [%d]",mysqli_connect_error(),mysqli_connect_errno()) , E_USER_ERROR);}return $this;}/*** Connect with the server
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 210
{return "NULL";}if( $quote === true AND !empty($data) ){$data = mysqli_real_escape_string ( $this->connection , $data );$data = $quotes.$data.$quotes;}return $data;}/**
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 544
* @version 0.1* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 786
* @since 0.1*/public function exec( $resultmode = MYSQLI_STORE_RESULT ){$this->source = mysqli_query ( $this->connection , $this->query , $resultmode );if( $this->source === false OR mysqli_errno($this->connection) != 0 ) {$log_file = dirname(__FILE__) . DIRECTORY_SEPARATOR . "error.log";$trace = print_r(debug_backtrace( DEBUG_BACKTRACE_IGNORE_ARGS ),true);$log = "\nLog: ".date("d-m-Y H:i:s")."[".time()."]\n";$log.= "\nTime:\n";$log.= $trace."\n";
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 787
public function fetchAssoc( $limit = null , $page = null ){$rows = array();$this->exec();while( $row = mysqli_fetch_assoc( $this->source ) ){if( count($row) == 1 ){$row = array_values( $row );$rows[] = $row[ 0 ];
In file /home/tyrcl/register.tyr.cl/_private/modules/Database/classes/services/Mysqli.php on line 418