Because everything about this site is dynamic. Basically what happens with this site is it loads specific content based on the url that is used. The url that is used is based on a model which has a multitude of database queries. All the dynamic c…
No I'm using version 0.93. And it appears these images are selectable now. Somehow I was under the impression that additional select boxes would show up that correspond to each of the folders in assets/images. Could I use that code above in Form_…
Wow, that worked:-) Thanks again admin. I've pasted the code for this particular function below in its entirety.
protected function _render_actions($actions, $fields)
{
$str = '';
$actions = array();
foreach($this->_actions as $key =…
There must be more to this because what I'm doing isn't working. Complete controller code below.
<?php
class Travel extends CI_Controller {
public function __construct() {
parent::__construct();
$this->load->database();
$this-&…
So if I'm understanding this correctly, my travel controller would be something like:
class Travel extends CI_Controller {
function __construct() {
parent::__construct();
}
$vars = array(); // an array of extra variables
$page_init = array('locati…
Hi Admin, thanks for replying.
Ok fuel mode is set to auto in MY_Fuel.php.
By Body field, I assume you mean code like this: ">
When I click the view button, I see a lot of the code that was imported into Fuel. However it doesn't take into…