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…
}
“
After a lots of headache, I find the solutions. I am using... 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
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 structure to pin the flow to developers mind for project IS ... read more
As per official bootstrap documentation about "sr-only CSS class":
Login to Admin panel Click on People Click on Roles and create Custom Role... read more
Leave a Reply