FUEL CMS Forum
Discussions
Activity
Home
›
Support
›
Bug Reports
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
3.3K
All Categories
255
FUEL CMS News
112
News & Announcements
101
Share
265
Support
110
Bug Reports
88
Installation
235
Development
64
Feature Requests
114
Modules
CRITICAL SECURITY VERSION UPDATE:
https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.13
Fuel_relationships_model->find_by_candidate returns empty array
saiphp
April 2017
edited April 2017
in
Bug Reports
Fuel_relationships_model->find_by_candidate returns empty array
Comments
saiphp
April 2017
edited 10:19AM
and now returns a bunch of these..
Array
(
[0] => Fuel_relationship_model Object
(
[_parsed_fields:protected] =>
[_fuel:protected] => Fuel Object
(
[name:protected] => FUEL
[folder:protected] => fuel
[_attached:protected] => Array
(
[fuel_admin] => Fuel_admin Object
(
[main_layout:protected] => admin_main
[validate:protected] => 1
[is_inline:protected] =>
[last_page:protected] =>
[panels:protected] => Array
(
[top] => 1
[nav] => 1
[titlebar] => 1
[actions] => 1
[notification] => 1
[bottom] => 1
)
[display_mode:protected] =>
[_display_modes:protected] => Array....
saiphp
May 2017
edited 10:19AM
working now, just wrong usage of the method
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
Array
(
[0] => Fuel_relationship_model Object
(
[_parsed_fields:protected] =>
[_fuel:protected] => Fuel Object
(
[name:protected] => FUEL
[folder:protected] => fuel
[_attached:protected] => Array
(
[fuel_admin] => Fuel_admin Object
(
[main_layout:protected] => admin_main
[validate:protected] => 1
[is_inline:protected] =>
[last_page:protected] =>
[panels:protected] => Array
(
[top] => 1
[nav] => 1
[titlebar] => 1
[actions] => 1
[notification] => 1
[bottom] => 1
)
[display_mode:protected] =>
[_display_modes:protected] => Array....