where($table.'.site_id','=',Config::siteid()); } // Add the site_id to the update query final public static function update($table = NULL) { $db = new Database_Query_Builder_Update($table); return $db->where($table.'.site_id','=',Config::siteid()); } } ?>