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

関連記事

(日本語) ユーザ登録(仮登録・メール・本登録)

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

no image

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

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

DebugKit Installation

Installing DebugKit after finished Blog tutorial. You will be able to download from here for CakePH

(日本語) RSSフィードの取得

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

(日本語) FormヘルパーのMagicOption (マジックオプション) 

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

(日本語) CakePHP 2.x インストール

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

(日本語) バリデーションエラーメッセージの取得

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

(日本語) ログローテーション

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

(日本語) checkボックスを実装

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

(日本語) パス定数と変更方法やURLの取得

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');

     

Leave a Reply to KEISUKE428 (@KEISUKE4281) Cancel reply

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 ↑