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
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
How to check laravel version: Step1: Find Application.php file in your app and... read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
$this->session->mark_as_flash('item'); # Version 3.x only $this->session->mark_as_flash(array('item', 'item2')); # Version 3.x only Array to... read more
In simple words, class is a user defined datatype. Which have its... read more
Below are the steps: 1) Open File Explorer 2) Click on View Tab 3) Click/Check... read more
A recent research report has revealed that more than 90% of all... read more
Screen Got stuck eventually with this error during CodeIgniter development. Fatal error: Class... read more
There are certain formal settings (like a conference, meeting or classroom) where... read more
Leave a Reply