Refactored structure
This commit is contained in:
parent
963225382c
commit
e5164ae1dd
329 changed files with 277 additions and 457 deletions
|
|
@ -1,18 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace Test\Model\Base;
|
||||
use b8\Model;
|
||||
|
||||
class BadModel extends Model
|
||||
{
|
||||
protected $_tableName = 'bad_table';
|
||||
|
||||
public $columns = array(
|
||||
'id' => array('type' => 'catfish'),
|
||||
);
|
||||
|
||||
public $indexes = array(
|
||||
);
|
||||
public $foreignKeys = array(
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue