Hello Guys;
I'm an experienced PHP programmer that ran out of patience with other frameworks and looking to give Phalcon en try.
This is my main concern, Lets say I have a module "members" and need to have into it another library to handle "wishlist", this library does not necessarily have to be present in each usage of this module, and I also need to be able to check if the person adding info to their wishlist is currently a member of the site, how can this be executed using phalcon?
Thanks in advance...