124
Phalcon Connecting to Database
We connect the front-end with the backend i.e. database. To access the database we required username and password. Below we connect to the database name: tutoraspire and defining configuration file.
Example
Output:
Next TopicPhalcon Insert/Update/Delete Rows