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…
}“
Simple structure to pin the flow to developers mind for project IS ... read more
How to check laravel version: Step1: Find Application.php file in your app and... 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
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
One of the reasons why smart phones have become so popular is... read more
Best method to change Laravel's default timestamps: Step 1: Override const in specific... read more
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file")); read more
A recent research report has revealed that more than 90% of all... read more
Major Differences are: Git and Mercurial are the two most popular Distributed Version... read more
The character set named utf8 uses a maximum of three bytes per... read more
Leave a Reply