Get Zoo item in own Jumi module? - Joomla! Forum - community, help and support
hi all,
i'm using zoo business directory list courses.
i've added jumi (i.e. php code) module within template, , trying displayed course's id.
i've tried many things list here, , suspect i'm missing simple option (due inexperience joomla).
any massively appreciated.
i'm using zoo business directory list courses.
i've added jumi (i.e. php code) module within template, , trying displayed course's id.
i've tried many things list here, , suspect i'm missing simple option (due inexperience joomla).
any massively appreciated.
without specific knowledge of zoo, i'd try jinput method.
code: select all
$id = jfactory::getapplication()->input->getint('item_id');
Comments
Post a Comment