Commit 340dbf77 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 67085f58
<?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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment