Jump to content

Codeigniter vs smarty


allex01

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/169493-codeigniter-vs-smarty/
Share on other sites

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.

  • 4 weeks later...

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.

 

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.