root/tags/0.10.0/models/ConcreteUser.php

Revision 2353, 139 bytes (checked in by meus, 16 months ago)

moved all models to trunk/models. removed some old invalid testcases

Line 
1<?php
2class ConcreteUser extends Doctrine_Record
3{
4    public function setUp()
5    {
6        $this->loadTemplate('UserTemplate');
7    }
8}
Note: See TracBrowser for help on using the browser.