I’m studying MVC pattern applying it to codeigniter and I have a doubt: to any controller can correspond only and only one view or more?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out:
Displaying Multiple Views
This means, a controller can display one or more views depending on how you construct your views.