Hey, big fan here, also in a big hurry, hope someone can find the time to give me some advice. I have two models but I can't get them to work with the magic getters, here there are:
Each sample has several specimens, and I want to get them like this (In a Controller):
$sample->specimens;
Or:
$sample->getSpecimens();
I've tried hundreds of things and nothing seems to work, I'm doing individual queries for each sample, but as you might guess, this is not practical.
First post on the forum. I'm a suporter on patreon, I really, really like the concept behind the framework, and I believe that we can make Phalcon the best PHP framework of all.