Welcome Guest, Not a member yet? Register   Sign In
Helper - Call to undefined function
#2

It's not very clear in the documentation, but when you create a new helper, the filename must have the '_helper' suffix: https://codeigniter4.github.io/userguide...g-a-helper

So rename your file to build_page_helper.php and it should work. To load the file, you don't need the suffix, so keep this line as is: 
PHP Code:
helper('build_page'); 
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
Helper - Call to undefined function - by sjender - 10-16-2020, 03:09 AM
RE: Helper - Call to undefined function - by includebeer - 10-16-2020, 04:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB