Hello guys! First post here so I hope I dont mess it up...
I want to use MongoDB with Phalcon.
The problem is that I can not "glue" both things together.
Using MongoDB on its own is fine and I know how to display results with plain PHP.
But the controller part and architecture of the Phalcon Framework scares me a bit and confuses me since I do not really understand it yet, even after reading the first parts of the documentation. The Web also didnt offer much help regarding simple and easy to understand MongoDB/Phalcon projects.
I really want to use Phalcon but I dont know how my base code has to look where I can simply connect to my local mongo database and display the results using the Phalcon framework.
I read this tutorial: https://docs.phalcon.io/fr/latest/reference/odm.html but most of the descriptions are too abstract to me and I dont know how to put these things together shown in the tutorial.
So is this tutorial available (with the respective database) as a downloadable project so that I can use this barebone project as a starting point or something similar?
Please help me :(