Exemplo n.º 1
0
 public static function find_by($field, $value, $format = "%s") {
   return MPM::find_by(self::k(__CLASS__), $field, $value, $format, MPU::table("field_sets"));
 }
Exemplo n.º 2
0
 public static function find_by($field, $value, $format = "%s") {
   return parent::find_by(self::k(__CLASS__), $field, $value, $format);
 }