0
我所要做的,就是用language helper
DIFF助手裏面:笨使用朗>線的輔助
$this->CI =& get_instance();
if (!function_exists('execute_dynamic_constants')) {
function execute_dynamic_constants()
{
?>
<script type="text/javascript">
var promptMsg = '<?php $this->CI->lang->line('success');?>';
</script>
<?php
}
}
但似乎language helper
沒有被加載。當我將它加載到$autoload['helper'] = array('url', 'file', 'language', 'form', 'Functions','DynamicJs');
我在這裏錯過了什麼?
thnx很多^ _^.. – Abanoub
ellislab鏈接已過時現在請使用鏈接從http://www.codeIgniter.com/docs和ellislab不處理codeIgniter了。 – user4419336