Gig File Management
Old un managed way.
Updating the new layout soon:
Old un managed way.
Updating the new layout soon:
Following Code is required for that: echo $this->Html->image("your_img.png", array( 'url' => array('controller' => 'some_controller',... read more
The character set named utf8 uses a maximum of three bytes per... read more
Fork a Repo. A fork is a copy of a repository. Forking... read more
Have you ever read emailed somebody and spent time wondering whether they... read more
Simple structure to pin the flow to developers mind for project IS ... read more
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400... read more
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... 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
After a lots of headache, I find the solutions. I am using... read more
Leave a Reply