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…
}“
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400... read more
Try "keypress" evenHandler in jQuery: Notice Below Code, Although this code is correct... read more
While Google is quite generous in giving each user a lot of... read more
Best method to change Laravel's default timestamps: Step 1: Override const in specific... read more
In simple words, class is a user defined datatype. Which have its... read more
Fork a Repo. A fork is a copy of a repository. Forking... read more
The regex caused the error during validation check on Alphaspace Rules regular... 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
Leave a Reply
You must be logged in to post a comment.