Get Smarty

Donate

Paypal

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

$debugging_ctrl

デバッギングコンソールを有効にするための $debugging に代わる方法です。 NONE は、これを無効にする事を意味します。 URL は、QUERY_STRING の中にキーワード SMARTY_DEBUG が含まれていた時に デバッギングコンソールが有効になる事を意味します。 $debuggingTRUE の場合は、この設定は無視されます。

Example 12.3. localhost での $debugging_ctrl


<?php
// localhost 上で実行した場合にのみ、
// http://localhost/script.php?foo=bar&SMARTY_DEBUG
// でデバッグコンソールを表示します
$smarty->debugging = false; // デフォルト
$smarty->debugging_ctrl = ($_SERVER['SERVER_NAME'] == 'localhost') ? 'URL' : 'NONE';
?>


デバッギングコンソール および $debugging も参照してください。

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors