Tíquete #16106

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

: 2009-04-11 18:52 Última Atualização: 2009-04-29 16:52

Relator:
Dono:
Estado:
Fechado
Componente:
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Nenhum
Arquivo:
Nenhum

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
  • Tipo Update from Bugs to Feature Requests
2009-04-29 16:52 Updated by: maru_cc
  • Estado Update from Aberto to Fechado
  • Ticket Close date is changed to 2009-04-29 16:52
Comentário

コメント追加した

Attachment File List

No attachments

Editar

Please login to add comment to this ticket » Login