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

How to add Presenceof validator(at least one should be selected ) for an array of data(multi select drop down)

You can set the select as required and set a value for each option, when you'll submit with no one selected, the browser should show a warning message to the user which must select an element in the list. Then you can add additional information in the title atribute.
If you want more flexibility, you need to use javascript.