Gig File Management
Old un managed way.

Updating the new layout soon:
Old un managed way.

Updating the new layout soon:
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file")); read more
Following Code is required for that: echo $this->Html->image("your_img.png", array( 'url' => array('controller' => 'some_controller',... read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
After a lots of headache, I find the solutions. I am using... read more
Have you ever read emailed somebody and spent time wondering whether they... 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
Fork a Repo. A fork is a copy of a repository. Forking... read more
"Add this in your component public function initialize(Controller $controller) { $this->controller = $controller;... read more
"if ( $this->input->is_ajax_request() ) { // your code here... }" read more
Create a DIR in your laravel app root and name it "myapp", you... read more
Leave a Reply
You must be logged in to post a comment.