allex01 Posted August 9, 2009 Share Posted August 9, 2009 I'm confused between using codeigniter and smarty. I have 3 concerns 1. Which is an easier and more flecible framework to work with 2. I want to be able to easily edit or create new templates (can this be done with codeigniter) 3. Is there any noticible perfomarce difference between the two. 4. Which do you recommand. Cons and pros for the both would be nice. 5. Do you recommand integrating smarty with codeigniter. Any drawbacks? Thanks for your help Quote Link to comment https://forums.phpfreaks.com/topic/169493-codeigniter-vs-smarty/ Share on other sites More sharing options...
trq Posted August 10, 2009 Share Posted August 10, 2009 Codeigniter and Smarty are two completely different things. Codeigniter is a framework, while Smarty is a template engine. IMO template engines are not required if your application is designed in such a way that your logic is kept separate from your data. A framework like Codeigniter can help you achieve this. Quote Link to comment https://forums.phpfreaks.com/topic/169493-codeigniter-vs-smarty/#findComment-894502 Share on other sites More sharing options...
satya123 Posted September 4, 2009 Share Posted September 4, 2009 I am agree with thrope.Codeignitor is simple as compare to smarty. But smarty and codeignitor both are different things.Codeignitor is MVC framwork while Smarty is template engine. I suggest you to use codeignitor,You can easily create and edit view files in codeignitor. Quote Link to comment https://forums.phpfreaks.com/topic/169493-codeigniter-vs-smarty/#findComment-912279 Share on other sites More sharing options...
lostnucleus Posted September 16, 2009 Share Posted September 16, 2009 if you are working alone , and not going to give your templates to some1 to make them for you , then php itself is the best template language for you. Quote Link to comment https://forums.phpfreaks.com/topic/169493-codeigniter-vs-smarty/#findComment-919270 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.