21 January 2021

How to call Model function in Controller in Codeigniter?

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);

No comments:

Post a Comment

How to add re-captcha v3 on all Elementor forms using coding?

 Add re-captcha v3 on all Elementor forms using coding add_action('wp_footer',function(){     ?> <script src="https://www...