以下に示すように、プロファイリングを yii で表示できるようにしました。
'db'=>array(
'connectionString'=>'pgsql:host=localhost;port=5432;dbname=ijob_css',
'username'=>'postgres',
'password'=>'allion123',
'enableProfiling'=>true,
'schemaCachingDuration'=>604800
),
それでも、ウェブサイトのページの下に何も表示されず、空です。
それが機能する前に、最近私はオフにしました
'enableProfiling'=>false
なぜ機能しないのですか?私は何かが欠けている必要があります。