CodeIgniter object not found only the index function works Unknown 21:51 Add Comment I have setup the config.php, autoload.php and routes.php as expected. on the config.php $config['base_url'] = 'http://localhost/ci'; $config['index_page']...
Fatal error: Call to undefined function base_url() in codeIgniter Unknown 22:55 Add Comment You have to load the url helper to access that function. Either you add $this->load->helper('url'); somewhere in your controller, or...
Set Google Map to default to Satellite View with displayed Unknown 01:43 Add Comment set map by default sateelite use this code on map script map.gmap.mapTypeId = google.maps.MapTypeId.SATELLITE; set map by default map use...
List Of map with direction code in php & mysql Unknown 01:22 Add Comment Firstly create a table on database Like 'sanilotion' is my database and 'location' is my table. create table like 'location' create page like...