Ticket #16106

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

오픈 날짜: 2009-04-11 18:52 마지막 업데이트: 2009-04-29 16:52

Reporter:
소유자:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None

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

Ticket History (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
  • Type Update from Bugs to Feature Requests
2009-04-29 16:52 Updated by: maru_cc
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2009-04-29 16:52
댓글 올리기

コメント追加した

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login