NOTE: I just made the following change to
fuel/modules/fuel/libraries/Fuel_page.php (577-580, inside of function render_marker($key))
if ($this->_CI->config->item('admin_enabled', 'fuel') AND
is_fuelified() AND
$this->_CI-&g…
The lazy_load seems to work in the small sense, but if i loop across what it returns, there is only a single meeting_attachment_model record object returned, not some sort of list of them.
I run into a similar problem on the presentation side. When I'm looking at a MEETING, how do I get the list of MEETING_ATTACHMENTS?
It is (again) straightforward to add a method to the meeting Record Object that calls out to a method in the meeting…
NOTE: Right this second, I'm calling
$this->session->set_userdata('meeting_id', $meeting->id);
from my VIEW, right after I obtain $meeting with a fuel_model( ... ) call, and then pulling it back out with
$this->session->userdata('m…