jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
253 stars 80 forks source link

Problem with foreign keys #35

Closed franMx closed 3 years ago

franMx commented 3 years ago

Hi, trying to generate a crud from some tables that have already set a relation in phpmyadmin. The key is shown, not the actual 'name' set in table. Can cruddiy automagically generate those? Thanks.

jan-vandenberg commented 3 years ago

Interesting can you share a screenshot or maybe the database schema?

franMx commented 3 years ago

Thanks, here goes the sql pleaseCheck.zip

jan-vandenberg commented 3 years ago

I dont understand I can see the names? See screenshot. brave_2021-07-01_16-01-54

franMx commented 3 years ago

The I missunderstood the function then. Was expecting to see actual deparment anme instead of index, for example. Capture

jan-vandenberg commented 3 years ago

Ah right, that is still a missing feature. I haven't had time to work on this yet. Also see https://github.com/jan-vandenberg/cruddiy/issues/14

franMx commented 3 years ago

Got it! Thanks.