Esempio n. 1
0
 function initQuery($params)
 {
     $tables = Mod_Rewrite::getTables();
     $integrity_table = $tables['mr_integrity']['columns'];
     $cz_layout_path = $params['cz_layout_path'];
     $this->addSelectTable('mr_integrity');
     $this->addSelectField('*');
     $this->WhereValue($integrity_table['layout_path'], DB_EQ, $cz_layout_path);
 }
 function uninstall()
 {
     $query = new DB_Table_Delete(Mod_Rewrite::getTables());
 }