>Stuff that Kohana has that is the same as Fuel: > >? Database Class >? Template / Views > >Stuff that Fuel has that Kohana doesn’t: > >? Command Line Tasks >? Code Generation >? Migrations >? Full REST controller (ours does a LOT more) >? Format control >? Interactive Debugging >? Namespace support >? Package Management > >So, even if Fuel was a clone of Kohana (which it really isn’t) we’ve added in plenty of new features. >To reiterate my last point: Kohana was a clone of CodeIgniter when it started out too. So let’s drop the “Kohana clone” junk shall we? 掻い摘むとこの辺かね
>>12 c:\xampp\htdocs\fuel_intro>php oil refine migrate Error: mysql_connect(): Access denied for user 'root'@'localhost' (using passwor d: YES) in C:\xampp\htdocs\fuel_intro\fuel\core\classes\database\mysql\connectio n.php on 77 http://localhost:8000/fuel_intro/docs/installation/troubleshooting.html githubのサイトから取ってきたドッキュメントは読みやすいのだけど うん…いまいちデーターベースの設定がよくわからないや…難しい…
15 :
'database' => 'fuel_dev', 'username' => 'root', 'password' => '', oh... /fuel/app/config/db.php の database の部分を 'fuel_intro' (たぶん誤植かこれ…) して password の 'root' を '' にしてやれば上記コマンドでデーターベース作成できた! Fuel::DEVELOPMENT => array( 'type' => 'mysql', の type を 'sqlite' にして migrate すると Error -Class 'Fuel\Core\Database_Sqlite_Connection' not found in COREPATH/classes/database/connection.php on line 71 となった。sqliteには対応してないのかな…
16 :
fuelphp FuelPHP Site Outage: We had too much traffic for our DB to handle so we upgraded. Mid-upgrade @pagodabox had a bug, now we're stuck waiting for help 12分前 お気に入りに登録 リツイート 返信 ありゃ何かサイト落ちてるっぽいな…