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 create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...