Unit test for #149.
[akelos.git] / app / shared_model.php
blob8680171a602db0b3d81698b4dad81ed04dc634bf
1 <?php
3 require_once(AK_LIB_DIR.DS.'AkActiveRecord.php');
5 /**
6 * This file is application-wide model file. You can put all
7 * application-wide model-related methods here.
8 *
9 * Add your application-wide methods in the class below, your models
10 * will inherit them.
12 * @package ActiveRecord
13 * @subpackage Base
15 class ActiveRecord extends AkActiveRecord