Hi Forum,
I am trying to learn Phalcon and write a micro application that references a Postgresql database. The database makes extensive use of database views and 'stored procedures' for the 'Select' and 'Insert / Update' processes respectively.
As the process is asymetric the database does not allow direct access to the tables, I assume I can't use or modify the ORM for this process.
I am writing standard PHP classes but can not work out how I reference the di container in the custom 'Model' class?
Can anyone provide guidance on this?