Accessing Controllers, Methods and Parameters
index.php/Controller/Method/Parameter1/Parameter2/...
In Controller
$data['variable'];
Then use in view as
<?php echo $id ?>
Accessing Controllers, Methods and Parameters
index.php/Controller/Method/Parameter1/Parameter2/...
In Controller
$data['variable'];
Then use in view as
<?php echo $id ?>