System in Joomla [closed]

0

I do not know if this is the right place for this question, but if it is not, I'll delete it.

I have a system made in normal php, 100% handmade. I'm thinking of migrating this system and doing it entirely in Joomla. Not holding back the required functions, but overall, is it recommended to make complex systems in Joomla? What do you think? Is it technically possible to develop a reasonably complex system in Joomla?

Again, sorry if this is not a place for this kind of question, in that case just let me know that I delete it.

    
asked by anonymous 09.12.2015 / 17:37

2 answers

1

Creating a complete system in Joomla is a yes programming task, so it is consistent with the site's proposal.

Making a complex system in Joomla will depend on your skill. If you're an intermediate to advanced, you can even do it, using ready-made plugins, or developing your own. Look, if you have your system ready, what is the need to reframe it using Joomla? You will have to worry about the Joomla architecture, the life cycle of a Joomla component is very complicated, so if it were to advise you, you would leave Joomla aside and continue with your system.

    
09.12.2015 / 17:49
1

It depends on what type of your system.  Joomla, natively, is great for managing content and has a myriad of plugins that would serve to make the system complete, however, if your system is not so user-driven as content editing, it would suggest rewriting your code in one development framework that today there are several excellent options for you to choose.

Following is a link listing several php frameworks with their advantages: COMPARATIVO FRAMEWORKS

    
14.01.2016 / 23:26