Hello,
I have a quick question regarding the function of writing "public" in the beginning of function.
What is the difference between writing:
models/Mpages.php
I have a quick question regarding the function of writing "public" in the beginning of function.
What is the difference between writing:
models/Mpages.php
PHP Code:
public function login() {}
and
function login() {}