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”));
While Google is quite generous in giving each user a lot of... read more
Screen Got stuck eventually with this error during CodeIgniter development. Fatal error: Class... read more
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
One of the reasons why smart phones have become so popular is... read more
A recent research report has revealed that more than 90% of all... read more
Create a DIR in your laravel app root and name it "myapp", you... read more
There are certain formal settings (like a conference, meeting or classroom) where... read more
Leave a Reply