* @author AllCreator * @link http://www.netcommons.org NetCommons Project * @license http://www.netcommons.org/license.txt NetCommons License * @copyright Copyright 2014, NetCommons Project */ App::uses('AppModel', 'Model'); App::uses('QuestionnairesComponent', 'Questionnaires.Controller/Component'); /** * Summary for QuestionnaireQuestion Model */ class QuestionnairesAppModel extends AppModel { /** * use behaviors * * @var array */ public $actsAs = array( ); }