for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class Intraface_Category extends Ilib_Category
{
public function __construct($kernel, $db, $type, $id = null)
$options = array('extra_condition' => array('intranet_id = '.$kernel->intranet->getId()));
parent::__construct($db, $type, $id, $options);
}