文書の過去の版を表示しています。
oil タスクの作成と実行
FuelPHP では アプリケーションに関する様々なタスクを定義して実行することができる。
実行可能なタスクの一覧を表示する
$ oil r
または
$ oil refine
Usage:
    php oil [r|refine] <taskname>
Description:
    Tasks are classes that can be run through the the command line or set up as a cron job.
Available tasks:
    php oil refine install
    php oil refine migrate:__construct
    php oil refine migrate:__call
    php oil refine migrate:help
    php oil refine session
    php oil refine session:create
    php oil refine session:remove
    php oil refine session:clear
    php oil refine session:help
    php oil refine robots
    php oil refine robots:protect
Documentation:
    http://docs.fuelphp.com/packages/oil/refine.html