Hi, I have meaning to ask this question for long. We have an application using phalcon framework. We are using social plugins to facilitate users with social network logins like facebook, twitter or google. We have also built an admin panel for this app, for this we implemented multi moduling using namespaces within controllers, models and libraries. Now most of the app has been straighten out again except for the social plugins as we were using external libraries. We had to include namespace in each and every class in those libraries. I wanted to ask, if there is any method we could use to get rid of trouble caused by using namespaces in each class in those libraries?