We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Scaffold with Dev tools

I need to simply generate Select Boxes in Scaffolded views for foreign keys. Even if i define relations in the models, the Developer/Web tools never generate the appropriate select/combo boxes in the views. All my foreign keys have a convention of ending up with _id for e.g. "country_id, product_id" etc.

I've a lot of basic code to generate before getting into the actual developement. Any advice would be highly appreciated.

I'm having the same problem i really needed to scaffold with foreign keys coming as <selects>