naylinhtunit / fuelphp-crud-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FuelPHP

  • My note

  • fuel > app > config > (development or production or staging) > set db host, user and pass

  • fuel > app > config > config.php

Orm url

https://fuelphp.com/docs/packages/orm/intro.html

'always_load' => array( 'packages' => array( 'orm', ), ),
  • fuel > app > config > routes.php

  • fuel > app > classes > controller

  • fuel > app > classes > model

  • fuel > app > views > (example > posts > add.php)

  • fuel > app > views > template.php

Template

https://fuelphp.com/docs/general/controllers/template.html

Orm

https://fuelphp.com/docs/packages/orm/intro.html

Form class

https://fuelphp.com/docs/classes/form.html

About

License:MIT License


Languages

Language:PHP 98.5%Language:CSS 1.5%