Right now I’m using Controller_Template would like to have RESTful URLs though, is it possible to use both the controllers together somehow? Thanks.
Right now I’m using Controller_Template would like to have RESTful URLs though, is it
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.
No, PHP does not support multiple inheritance. You will need to extend
Controller_Templatewith another class and manually copy the code formController_RESTinto it.