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.