fuel / docs

Fuel PHP Framework - Fuel v1.x documentation
http://fuelphp.com/docs
Other
168 stars 234 forks source link

Database Introduction has misleading information on database configuration. #428

Closed keevitaja closed 12 years ago

keevitaja commented 12 years ago

http://docs.fuelphp.com/classes/database/introduction.html

/ ---- / In order to begin working with databases, you must change the database settings. The database config file is located at APPPATH/config/db.php. / ---- /

it should be APPPATH/config/(development|production)/db.php and example code is wrong as well.

WanWizard commented 12 years ago

This has been corrected in the 1.4/develop docs.