How to Check Ajax Request in CodeIgniter
“if ( $this->input->is_ajax_request() ) {
// your code here…
}
“
“if ( $this->input->is_ajax_request() ) {
// your code here…
}
“
With our data increasingly moving to the cloud, chances are that whenever... read more
After a lots of headache, I find the solutions. I am using... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
Fork a Repo. A fork is a copy of a repository. Forking... read more
Following Code is required for that: echo $this->Html->image("your_img.png", array( 'url' => array('controller' => 'some_controller',... read more
List of popular and most used search engines based on web research: ... read more
Screen Got stuck eventually with this error during CodeIgniter development. Fatal error: Class... read more
Leave a Reply