11
zyspec
Re: Object getByLink usage - setting table_link variable
  • 2010/5/18 13:23

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Okay... Here's a sample of some code that does the table join as expected.
$object_id 3// whatever value for id you want to count

$class_handler =& xoops_getmodulehandler(''$xoopsModule->getVar('dirname'));
$class_handler->table_link $xoopsDB->prefix('');
$class_handler->field_link '';
$class_handler->field_object '';
$criteria = new Criteria('o.'$object_id'=');
$result  $class_handler->getCountByLink($criteria);


Hope this helps... Thanks BÁNÐÍT-X for pointing me in the right direction.

Login

Who's Online

182 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 182


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jun 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits