1
0
mirror of synced 2025-02-20 06:03:15 +03:00

php syntax

This commit is contained in:
runa 2007-02-06 14:38:36 +00:00
parent 2b2cb327ba
commit 1b569b4fd3

View File

@ -15,7 +15,6 @@ class Entity extends Doctrine_Record {
$this->hasColumn("updated","integer",11);
$this->hasColumn("email_id","integer");
}
}
}
class Group extends Entity {
public function setUp() {