<?php class FlatOptionRelation extends Db_Model { static $table_name = 'flat_options_relations'; public static function clear($flatId) { self::delete([ 'flat_id' => $flatId ]); } }