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…
}“
Fork a Repo. A fork is a copy of a repository. Forking... read more
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file")); read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
Login to Admin panel Click on People Click on Roles and create Custom Role... read more
After a lots of headache, I find the solutions. I am using... read more
How to check laravel version: Step1: Find Application.php file in your app and... read more
Most popular browsers like Google Chrome and Mozilla Firefox allow you to... read more
If you are a victim of Browser Modifier Virus ( malware ) Browser... 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
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400... read more
Leave a Reply