This commit is contained in:
parent
67085f5829
commit
340dbf77d8
@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
class RecordFilterTest extends Doctrine_Record {
|
class RecordFilterTest extends Doctrine_Record
|
||||||
public function setTableDefinition() {
|
{
|
||||||
|
public function setTableDefinition()
|
||||||
$this->setAttribute(Doctrine::ATTR_ACCESSORS, Doctrine::ACCESSOR_BOTH);
|
{
|
||||||
|
|
||||||
$this->hasColumn("name", "string", 200);
|
$this->hasColumn("name", "string", 200);
|
||||||
$this->hasColumn("password", "string", 32);
|
$this->hasColumn("password", "string", 32);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user