Welcome Guest, Not a member yet? Register   Sign In
Simple Form Post Not Working
#2

Isn't it "public function __construct()" (with two underscores)?

Also, why use "session_start()" (native php function), and then use "$this->session->userdata" (CodeIgniter specific method)? Why not load the session library and then remain using the library all the way around?

...Also, related to the "$this->web_app_model->getLoginData($u, $p);" error. Did you load the model before using it?
Reply


Messages In This Thread
Simple Form Post Not Working - by timmyk679 - 04-17-2018, 11:55 PM
RE: Simple Form Post Not Working - by Avenirer - 04-18-2018, 01:38 AM
RE: Simple Form Post Not Working - by timmyk679 - 04-18-2018, 08:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB