I’m quoting on a project that is using patTemplate. I’m wondering if anyone has used it and what they think of it?
I’m not a fan of PHP templating systems because PHP is basically a templating system itself, but wondering how bad patTemplate is.
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.
Here are my experiences:
IMO use any other template system like Smarty which is also used by Zend Framework or write your own as I do.