コード例 #1
0
/**
 * smarty_function_dbexectime
 */
function smarty_function_dbexectime($params, $smarty)
{
    if (DEBUG == 1) {
        echo Koch_Doctrine2::getExecTime();
    } else {
        echo 'Disabled';
    }
}