Loads the all the related objects into the main object, by using the links.ini relationships, and sets the calling objects variables with the row name prefixed with an underscode (_) to the resulting objects.
Using this with the earlier column naming convention is depreciated, and links.ini files should be used.
string $variableFormat - the default behavior is to assign the resulting objects to variables with the row name prefixed with an underscode (_), however, you can use this value to format the variable differently
Example 26-1. examples of formaters
|
Example 26-2. Two Example Tables
|
Example 26-3. Loading all the related objects
|
Example 26-4. Resulting SQL
|
Example 26-5. Resulting Output
|
Example 26-6. Example with three tables join
|
Example 26-7. databasename.links.ini
|