• このエントリーをはてなブックマークに追加

関連記事

(日本語) 入力文字列の長さ(文字数)をバリデーション

Sorry, this entry is only available in 日本語.

(日本語) 多言語サイト向けに翻訳ファイルを使って翻訳を行う

Sorry, this entry is only available in 日本語.

(日本語) CakeEmailでメール送信(@gmail)

Sorry, this entry is only available in 日本語.

(日本語) Js/Cssファイルの読み込みや出力する方法

Sorry, this entry is only available in 日本語.

no image

(日本語) HttpSocketを使用してリクエスト送信

Sorry, this entry is only available in 日本語.

(日本語) 独自のバリデーションルールを作成

Sorry, this entry is only available in 日本語.

(日本語) Syslogログエンジン

Sorry, this entry is only available in 日本語.

(日本語) 日付・時間のバリデーション

Sorry, this entry is only available in 日本語.

(日本語) recursive設定によるfind()性能改善

Sorry, this entry is only available in 日本語.

(日本語) SQLクエリーをログに出力する

Sorry, this entry is only available in 日本語.

Comment

  1. プラグインを使用するには

    ① ダウンロード後のフォルダを解凍し、「Fullcalendar」に改名する
      fullcalendar-1.6.4 ← Fullcalendar に改名
       ├demos
       ├fullcalendar
       ├lib
       ├changelog.txt
       └license.txt

    ② ①のフォルダをapp/pluginにコピー
      app
       ├Config
       ├ …
       ├plugin
         ここにコピー

    ③ app/Plugin/Fullcalendar/fullcalendar/fullcalendar.jsと
      app/Plugin/Fullcalendar/lib/jquery.min.jsを
      app/webroot/jsにコピー

    ④ app/Plugin/Fullcalendar/fullcalendar/fullcalendar.cssを
      app/webroot/cssにコピー

    ⑤ app/Config/bootstrap.phpの75行目付近に以下コード追加
      CakePlugin::load('FullCalendar');

     

Message

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

    PAGE TOP ↑