I am having problem to integrate h2o php template engine in codeigniter.
any suggestion will be highly appreciable.
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.
What have you tried so far? Loading it as a library? etc; Give us some detail.
You are basically trying to merge one application with another (not in a very pretty way either) in the hopes of just having visual output from h2o instead of CI.
My thought would be forgo the
VIEWmethod in CI if you want to use the template system with h2o. Then you would include in your controller like a library and output using the method as utilized in h2o:you would put your templates folder into your root like so:
This is just a process that I would follow if I wanted to integrate something into CI that would replace the VIEW.