Greetings from me, I have a question with CodeIgniter, and it is as follows:
It turns out that I am doing a small system of fines for vehicles, something simple to understand the nature of the framework, where I have 2 tables in a database, (vehicle and fine), this in turn I have 2 models (VehiculoModel and MultaModel), which are accessed by the 2 drivers (Vehicle and Fine), respecting the philosophy of this framework, and I made the section to register, save and consult vehicles, in vehicle controller, with their necessary views, now the doubt is the next ......... I am trying to call from the fine controller a function that is in the vehicle controller, which is to obtain the data of the vehicle and load it in the view that will be in charge of registering the fine, as Can you do this operation?