We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How can a multi module app (frontend) loads another app (backend) lybraries?

https://docs.phalcon.io/en/latest/reference/applications.html

multiple/ apps/ frontend/ controllers/ models/ library/ views/ Module.php backend/ controllers/ models/ library/ views/ Module.php public/ css/ img/ js/

how can apps/frontend/library/lib1 class instantize apps/backend/library/lib2 ?