Removing unnecessary joomla CMS components

Posted by Gaz_Edge on Programmers See other posts from Programmers or by Gaz_Edge
Published on 2012-12-14T09:46:15Z Indexed on 2012/12/14 11:19 UTC
Read the original article Hit count: 197

Filed under:
|
|
|

Background

I have been developing a web application. I have been using Joomla platform and CMS as the base from my application. My application relies heavily on the joomla platform, but uses very few features of the CMS (I have to login users etc so I use the _users component of the CMS).

Question

What is the best way to start removing some of the excess CMS that I don't need? For example when I being building my production site, I will want to avoid creating a load of joomla component database tables etc. I have read that an application can be build from the ground up using just the joomla platform, but i still want to include the _users component and would also like to avoid having to start coding all the session handling aspects.

Any advice?

© Programmers or respective owner

Related posts about php

Related posts about web-applications