$maxLength) throw new SimpleException('Source must have at most ' . $maxLength . ' characters'); return $source; } public static function getTableName() { return 'post'; } public static function getQueryBuilder() { return 'Model_Post_QueryBuilder'; } }