Joomla First Component
I'm interested in developing a joomla component. My question is.. how to start up things ?
I can build a basic structure, zip it and install it. But is this the right way to sta开发者_JAVA技巧rt ? I will have to add additional files while developing so I don't understand what are the development steps and procedures.
A good place to start is to use this tutorial: http://www.joomladevuser.com/tutorials/components
They use the MVC method which is the best and most practical way to develop a component. From there I guess whatever requirements you need for your component you will learn by searching or asking your way through it on either google or here on StackOverflow. We are all here to help.
Here's a very nice beginner tutorial Developing a MVC Component For Joomla
And here is how to properly set up your work station for Joomla development Setting Up Work Station
You can build the skeleton (and probably 99% of you admin functionality) using the Component Creator
精彩评论