標準を実行したいのですlink_tag();
が、/ application/helpersにある自分のMY_html_helper.php内から通常の方法で実行できません。
$CI =& get_instance();
$link = $CI->html->link_tags($href);
私はこのヘルパーの中で働いていません...
標準を実行したいのですlink_tag();
が、/ application/helpersにある自分のMY_html_helper.php内から通常の方法で実行できません。
$CI =& get_instance();
$link = $CI->html->link_tags($href);
私はこのヘルパーの中で働いていません...