Sending File for Download to browser in CakePHP
Below code can be helpful
$this->response->file($this->DIR.$file, array(‘download’ => true, ‘name’ => “$file”));
Below code can be helpful
$this->response->file($this->DIR.$file, array(‘download’ => true, ‘name’ => “$file”));
"if ( $this->input->is_ajax_request() ) { // your code here... }" read more
Following Code is required for that: echo $this->Html->image("your_img.png", array( 'url' => array('controller' => 'some_controller',... 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
Create a DIR in your laravel app root and name it "myapp", you... read more
Most popular browsers like Google Chrome and Mozilla Firefox allow you to... read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... 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
Login to Admin panel Click on People Click on Roles and create Custom Role... read more
As per official bootstrap documentation about "sr-only CSS class": Always add labels Screen readers... read more
Leave a Reply