Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Wampとphp&mysqlの初心者です。Webページの下に、実行されたすべてのクエリが表示されます。これを隠すにはどうすればよいですか?
app/config/core.phpCakephpを使用している場合は、デバッグ情報を制御できます。以下のようにデバッグモードをオフにするだけです。
app/config/core.php
Configure::write('debug',0);
echo $this->element('sql_dump');デフォルトのページで次のコードにコメントする必要があります。view/layouts/default.ctp
echo $this->element('sql_dump');
view/layouts/default.ctp