Ejemplo n.º 1
0
 function _related_cache($name, TableSet $o)
 {
     $o->cache(true);
     $this->related_cache[$name] = $o;
     return $o;
 }
Ejemplo n.º 2
0
 function __construct(IStatement $sql, $tableClass)
 {
     parent::__construct($sql, $tableClass);
     TableCache::Add($this, $this->sql);
 }