To start component development… - Joomla! Forum - community, help and support
hi!
i starting development small component,
before start have questions.
i trying develop component 1.5 yet read development manual component 1.0..
2. requirement xml file insert query install component
i starting development small component,
before start have questions.

i trying develop component 1.5 yet read development manual component 1.0..

2. requirement xml file insert query install component

jserver,
this depends on scope of component. there several ways in can build component.
for realy small components structure simular j! 1.0.x can used. bigger components, recommended use model/view/controller priciple.
a small component component 1 main object. shoutbox. thing shout object.
a big component reservations component. have multitple objects reservation, restaurant , maybee comments.
but when planning start small component, wanting expand in time. might best start model.view/controller.
having said above, can check out: http://dev.joomla.org/component/option,com_jd-wiki/itemid,/id,tutorials:components/
chapter 1 contains component code. first 5 tutorials small components, , second 4 (with mvc) big components. chapter 2 explain install xml.
i hope usefull you. , luck component!!
this depends on scope of component. there several ways in can build component.
for realy small components structure simular j! 1.0.x can used. bigger components, recommended use model/view/controller priciple.
a small component component 1 main object. shoutbox. thing shout object.
a big component reservations component. have multitple objects reservation, restaurant , maybee comments.
but when planning start small component, wanting expand in time. might best start model.view/controller.
having said above, can check out: http://dev.joomla.org/component/option,com_jd-wiki/itemid,/id,tutorials:components/
chapter 1 contains component code. first 5 tutorials small components, , second 4 (with mvc) big components. chapter 2 explain install xml.
i hope usefull you. , luck component!!
Comments
Post a Comment