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

Textfield Array

What is the proper way to do this

$date = new Text('date[]');

It works for saving using loop. but when editing how can I load data or reload form it doesn't keep data.



47.7k

Whats was the context?



4.2k

Actually i solved the problem.

https://forum.phalcon.io/discussion/2832/saving-one-to-many-relation-data-in-phalcon

its like many date input i needed to handle