1
2

More than 5 years have passed since last update.

FuelphpのProfilerを一部のページだけ有効・無効にする方法

Posted at

ソース内でプロファイラの有効・無効を設定する方法

無効にする
Fuel\Core\Fuel::$profiling = false;
有効にする
Fuel\Core\Fuel::$profiling = true;

割りと忘れがちなので、ここに記す。

【参考】
http://blog.livedoor.jp/erscape/archives/7084229.html

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2