This commit is contained in:
parent
67085f5829
commit
340dbf77d8
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
class RecordFilterTest extends Doctrine_Record {
|
||||
public function setTableDefinition() {
|
||||
|
||||
$this->setAttribute(Doctrine::ATTR_ACCESSORS, Doctrine::ACCESSOR_BOTH);
|
||||
class RecordFilterTest extends Doctrine_Record
|
||||
{
|
||||
public function setTableDefinition()
|
||||
{
|
||||
|
||||
$this->hasColumn("name", "string", 200);
|
||||
$this->hasColumn("password", "string", 32);
|
||||
|
|
Loading…
Add table
Reference in a new issue