サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
Pixel 10
gist.github.com/mamor
gistfile1.md PhpStorm + FuelPHPの設定メモ FuelPHPはほとんど関係ない内容になっていきそうです... PHPUnitを設定する Project Settings > PHP で"Interpreter"を正しく設定、"OK"を押下 Run > Edit Configurations...と進む 左上の"+"ボタンを押下、"PHPUnit"を選択 "Name"に任意の名前を入力 "Test scope"で"Defined in the configuration file"を選択 "Use alternative configuration file"にチェック、fuel/core/phpunit.xmlを選択 "OK"を押下 Run (あるいはプロジェクトの右クリック) > Run 'xxx' でユニットテストが実行されることを確認 Run 'xxx'
gistfile1.php P��? � 着 Model_Profile::query() ->and_where_open()->where('id', 'like', '%foo%')->or_where('user_id', 'like', '%foo%')->and_where_close() ->and_where_open()->where('id', 'like', '%bar%')->or_where('user_id', 'like', '%bar%')->and_where_close() ->get(); // WHERE (`t0`.`id` LIKE '%foo%' OR `t0`.`user_id` LIKE '%foo%') AND (`t0`.`id` LIKE '%bar%' OR `t0`.`user_id` LIKE '%bar%') Model_Pr
このページを最初にブックマークしてみませんか?
『gist.github.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く