+ // // + 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 inherit them. * * @package cake * @subpackage cake.app */ class AppModel extends Model { } ?>