このヘルパーを使用して国のドロップダウン リストを作成しようとしていました (https://github.com/EllisLab/CodeIgniter/wiki/helper-dropdown-country-code)。
ヘルパーコードを内部に含むファイルを作成しましたcountry_helper.php
。コントローラーで、そのヘルパーをロードしています$this->load->helper('country_helper');
しかし、使用するcountry_dropdown();
と、次のエラーが発生します。
Call to undefined function country_dropdown() in /Users/wouter/Sites/socialagent.me/application/controllers/user.php on line 299