New component in Joomla 3.0 - Joomla! Forum - community, help and support
hi all,
these days i'm trying create component joomla 3.0 , have 1 problem. hope me.
i want show data in default.php many tables. can send 1 query model file.
in default.php using data like:
and in model file have like:
how can make multiple queries or maybe use multiple model file in default.php?
br
kolesar
these days i'm trying create component joomla 3.0 , have 1 problem. hope me.
i want show data in default.php many tables. can send 1 query model file.
in default.php using data like:
code: select all
foreach($this->items $item):and in model file have like:
code: select all
protected function getlistquery()
{
// create new query object.
$db = jfactory::getdbo();
$query = $db->getquery(true);
$query->select('*');how can make multiple queries or maybe use multiple model file in default.php?
br
kolesar
[mod note: moved 3.0 general forum 3.0 coding forum;]
to you, in future, find correct forum topic please read which forum post question have put together.
to you, in future, find correct forum topic please read which forum post question have put together.
Comments
Post a Comment