任务单 #16106

APPID_Controller.php の var $action のコメントの変更

开放日期: 2009-04-11 18:52 最后更新: 2009-04-29 16:52

报告人:
属主:
状态:
关闭
组件:
里程碑:
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
文件:

Details

基本、まり使う機能ではないとは思いますが、仕様がわかりやすいようにコメントの変更をしたいと思います。

現状

/**
 *  @var    array   action definition.
 */
var $action = array(
    /*
     *  TODO: write action definition here.
     *
     *  Example:
     *
     *  'index'     => array(),
     */
);

提案

/**
 *  @var    array   action definition.
 */
var $action = array(
    /*
     *  TODO: write action definition here.
     *
     *  Example:
     *
     *  'index'     => array(
     *      'form_name' => 'Sample_Form_SomeAction',
     *      'form_path' => 'Some/Action.php',
     *      'class_name' => 'Sample_Action_SomeAction',
     *      'class_path' => 'Some/Action.php',
     *  ),
     */
);
参考 http://ethna.jp/ethna-document-dev_guide-action-omit.html

任务单历史 (3/3 Histories)

2009-04-11 18:52 Updated by: maru_cc
  • New Ticket "APPID_Controller.php の var $action のコメントの変更" created
2009-04-12 10:22 Updated by: maru_cc
  • 类型 Update from Bugs to Feature Requests
2009-04-29 16:52 Updated by: maru_cc
  • 状态 Update from 开启 to 关闭
  • Ticket Close date is changed to 2009-04-29 16:52
评论

コメント追加した

Attachment File List

No attachments

编辑

Please login to add comment to this ticket » 登录名