📄 aco.php
字号:
<?php/* SVN FILE: $Id: aco.php 4009 2006-11-28 10:19:40Z phpnut $ *//** * Short description for file. * * Long description for file * * PHP versions 4 and 5 * * CakePHP : Rapid Development Framework <http://www.cakephp.org/> * Copyright (c) 2006, Cake Software Foundation, Inc. * 1785 E. Sahara Avenue, Suite 490-204 * Las Vegas, Nevada 89104 * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @filesource * @copyright Copyright (c) 2006, Cake Software Foundation, Inc. * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project * @package cake * @subpackage cake.cake.libs.controller.components.dbacl.models * @since CakePHP v 0.10.0.1232 * @version $Revision: 4009 $ * @modifiedby $LastChangedBy: phpnut $ * @lastmodified $Date: 2006-11-28 04:19:40 -0600 (Tue, 28 Nov 2006) $ * @license http://www.opensource.org/licenses/mit-license.php The MIT License *//** * Short description for file. * * Long description for file * * @package cake * @subpackage cake.cake.libs.controller.components.dbacl.models * */class Aco extends AclNode{/** * Model name * * @var string */ var $name = 'Aco';/** * Has many association * * @var array */ var $hasMany = array('ArosAco');}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -