Controllers acts a major role in all MVC Frameworks ,thatsi t in codeigniter tooo...
- Controller controls(validates) the data from the user
- Validated input is processed with the model.
- Finally the out put passed to the view side
Controllers are also placed inside the application folder
Social Plugin