• 追加された行はこの色です。
  • 削除された行はこの色です。
* その他 [#l3a2a324]

** デバッグ [#j8a22615]
*** ログ [#qd78083e]
 public function executeIndex(sfWebRequest $request)
 {
    $this->logMessage('ログです');
    $this->logMessage('エラーです','err');
 }

 <html><?php use_helper('Debug') ?>
 <?php log_message('エラーです', 'err') ?></html>

** モジュールの自動生成 [#l7e1bf04]
 symfony propel:build-forms
 symfony propel:generate-module frontend category Category
 symfony cc
Categoryクラス(Categoryテーブル)の基本的な操作をする、categoryモジュールが出来る。



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS