Hi, this is my first post, here, and I want to greet everyone ...
I'm a codeigniter coder, and use grocery crud recently, so, my question maybe trivial, but I tried searching the answer in the forums but I wasn't luky.
I have 3 tables in my db, named brand, model and vehicle.
every vehicle has an id, a model_id, and one description,
every model has an id, one id_brand, and a description too
and finally a brand, that has an id and a description.
I'd like to know, what is the best way to show in a table, the complete details of each vehicle
brand description - model description - vehicle description
Best regards
F