関連記事
-
-
(日本語) 多言語サイト向けに翻訳ファイルを使って翻訳を行う
Sorry, this entry is only available in 日本語.
-
-
(日本語) バリデーションエラーメッセージの取得
Sorry, this entry is only available in 日本語.
-
-
(日本語) ハッシュ関数の選択とハッシュ化処理
Sorry, this entry is only available in 日本語.
-
-
(日本語) Jsヘルパーを使用してAjax更新
Sorry, this entry is only available in 日本語.
-
-
(日本語) パス定数と変更方法やURLの取得
Sorry, this entry is only available in 日本語.
-
-
(日本語) ユーザ登録(仮登録・メール・本登録)
Sorry, this entry is only available in 日本語.
-
-
(日本語) selectボックスを実装
Sorry, this entry is only available in 日本語.
-
-
(日本語) コントローラ内でバリデーション処理を呼び出す
Sorry, this entry is only available in 日本語.
-
-
(日本語) CSS/JSをひとまとめにして軽量化するプラグイン「Minify plugin for CakePHP」
Sorry, this entry is only available in 日本語.
-
-
(日本語) (メール・URL・電話・郵便・IP) データ バリデーション
Sorry, this entry is only available in 日本語.
Comment
FullCalendarを使用してカレンダーアプリケーション : https://t.co/U4NxfT8GEw
[…] CakePHP 2.x – FullCalendarを使用してカレンダーアプリケーション […]
FullCalendarを使用してカレンダーアプリケーション http://t.co/IdFGniIku6
“CakePHP 2.x | FullCalendarを使用してカレンダーアプリケーション | Think deeply, Do less, More effective” http://htn.to/9CBJFb
プラグインを使用するには
① ダウンロード後のフォルダを解凍し、「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');
FullCalendarを使用してカレンダーアプリケーション http://kwski.net/cakephp-2-x/1108/ … これは便利そうだなー
[...] http://kwski.net/cakephp-2-x/1108/ [...]