How to use phalcon in other frameworks, or can I use its functions? Are they some encapsulated classes?
How to use phalcon in other frameworks, or can I use its functions? Are they some encapsulated classes?
phalcon and yaf are both extensions, and you can use some of its functions in your framework as needed
It is an extension framework. You can call the classes and functions of this framework as PHP built-in functions and built-in classes in other frameworks.
The components and functions encapsulated in phalcon, such as ORM, DI, dispatcher, security components, etc.
can be used directly like the code in the map