Welcome Guest, Not a member yet? Register   Sign In
Does CI have a way to reuse a form like Symfony?
#1

I've used Symfony in the past and that has some functionality where a form can be defined as an object and then that form object can be reused. That's great because it means you only need to create a single form but use it in multiple places.

Does Code Igniter have anything like that?
Reply
#2

Forms in CodeIgniter are currently procedural (through the use of form_helper) and not yet object-oriented. It could be nice to have an OOP counterpart to it as well as other helpers.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB