- <?php
- class Schema__Core__default_db__test_perms extends Schema_TableBase {
- public function initTypes() {
- parent::initTypes();
- $this->_types['WWW'] = 'p5:www_link';
- $this->_restrictions['WWW'] = array('maxLength' => 255);
- $this->_types['test_price'] = 'p5:price';
- }
- }
|