What is wrong in this detail page?

3 posts by 2 authors in: Forums > CMS Builder
Last Post: March 14, 2011   (RSS)

Re: [orazio] What is wrong in this detail page?

By mbareara - March 13, 2011

ok 've solved problem thanks to this forum :-)

This is the correct code:

list($incontriRecords, $incontriMetaData) = getRecords(array(
'tableName' => 'incontri',
'where' => 'incontri.num = ' . getNumberFromEndOfUrl(),
'leftJoin' => array(
// foreign table => local field (that matches num in foreign table)
'arbitri' => 'arbitro',
'articoli'=> 'editoriale',
'video'=> 'sintesi_video_2',
'foto'=> 'foto2',

),
));

Re: [orazio] What is wrong in this detail page?

By robin - March 14, 2011

Hey orazio,

Thanks for the post. I'm glad the forum helped you out. Please let us know if you have any other questions.

Robin
Robin
Programmer
interactivetools.com