Phalcon is an open source, full stack framework for PHP.
Functionality is exposed as PHP classes ready to be used. Written as a C extension, it is optimized for extremely high performance, being the fastest possible framework available for PHP developers.
Resource | Link |
---|---|
Team | https://phalconphp.com/en/team |
Documentation | https://docs.phalconphp.com/ |
Download & Installation instructions | https://phalconphp.com/en/download |
Forum | https://forum.phalconphp.com/ |
Blog | https://blog.phalconphp.com/ |
GitHub | https://github.com/phalcon/cphalcon |
Roadmap | https://github.com/phalcon/cphalcon/wiki/Roadmap |
Built with Phalcon | https://builtwith.phalconphp.com/ |
\Phalcon\Validation
you don't need to pass model key in \Phalcon\Validation\Validator\Uniqueness
Phalcon\Acl
is able to send events to event manager, there are two events - beforeCheckAccess
and afterCheckAccess
.Phalcon\Acl\AdapterInterface
to implement your own acl adapter.