Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3 bytes) in C:\AppServ\www\stock\system\database\drivers\ibase\ibase_result.php on line 156
นี่เป็นฟังก์ชั่นที่เรียกมาใช้งานค่ะ
Code (PHP)
<?
function shownew(){
$data['title'] = "form Edit Data";
$query = $this->db->query("SELECT * FROM GOODS order by GOOD_ID");
$data['qry'] = $query;
$this->load->view('mark/shownew.php',$data);
}
?>
max_execution_time = 3000 ; Maximum execution time of each script, in seconds
max_input_time = 6000 ; Maximum amount of time each script may spend parsing request data
memory_limit = 300M ; Maximum amount of memory a script may consume (8MB)