Call Model function in Controller in Codeigniter
$query = $this->Customer_model->register_user($person,$phone,$email,$password);
// $query = $this->model_name->model_function($function_perameter,$phone,$email,$password);
We provide knowledgeable blogs related to php, jQuery, html, css, wordpress, woocommerce, cordova app with examples in 2021.
$query = $this->Customer_model->register_user($person,$phone,$email,$password);
// $query = $this->model_name->model_function($function_perameter,$phone,$email,$password);
Comments
Post a Comment