Is it correct to say function? |
I am new to CI and PHP. I am studying
https://codeigniter.com/user_guide/libra...onfig.html There are two ways to load a config file: Manual Loading To load one of your custom config files you will use the following function within the controller that needs it: We know when we call by object it is called a method, however the above line used the term function , Why? |
Messages In This Thread |
Is it correct to say function? - by Md Asraful Haque - 02-21-2020, 04:24 AM
RE: Is it correct to say function? - by dave friend - 02-21-2020, 07:43 PM
RE: Is it correct to say function? - by Md Asraful Haque - 02-26-2020, 08:30 PM
|