<?PHP
//////////////////////////////////////////////////////////////////////////
// + $Id$
// +------------------------------------------------------------------+ //
// + Cake <https://developers.nextco.com/cake/>                       + //
// + Copyright: (c) 2005, Cake Authors/Developers                     + //
// +------------------------------------------------------------------+ //
// + Licensed under The MIT License                                   + //
//////////////////////////////////////////////////////////////////////////

/**
 * This file is application-wide model file. You can put all 
 * application-wide model-related methods here.
 * 
 * Add your application-wide methods in the class below, your models
 * will be inheriting them.
 */

class AppModel extends Model {
}

?>