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

Where is Phalcon\Mvc\Form

Hi, all. In documentation I see

class ContactForm extends Phalcon\Mvc\Form

this is here https://docs.phalcon.io/en/latest/reference/forms.html#event-callbacks

But I don't find this class

Phalcon\Mvc\Form

in api documentation https://docs.phalcon.io/en/latest/api/index.html

Where I can see api documentation for Phalcon\Mvc\Form ?



4.5k

I'm pretty sure you should extend Phalcon\Forms\Form instead of Phalcon\Mvc\Form

edited Nov '14

Yes, I know it, but I just want read about Phalcon\Mvc\Form, and I can't find it :(

Is it bad example in documentation and this class not exist? Or this class exist ?



4.5k

I believe it's a mistake in the docs as I can't seem to find this class in the stubs, at least it's not not in 1.3.4 version