Page 1 of 1
developing
Posted: Tue Sep 11, 2007 10:38 am
by shirisha
Hi
we are developing the component using the extensions development book 1.5rc .the main thing is we are developing the component using the joomla 1.5rc .acctually we want to use it for joomla 1.0.12.can we use same component for both the versions or is there any changes betwen .if there are any changes pls tell us know.
thanks & regards
shirisha
Re: developing
Posted: Tue Sep 11, 2007 1:03 pm
by jlleblanc
Yes, there are significant code changes between 1.0.x and 1.5.x; code written for 1.5 will not work in 1.0. The general concepts of components, modules, and plugins are still the same though.
Re: developing
Posted: Wed Sep 12, 2007 7:36 am
by shirisha
Thanks For your reply,
but still I need Some help From you,
If i develop a component in joomla 1.5Rc .
what are the changes i have to made to work the same component in 1.0.x.
i have joomla 1.5 component development book.is there any good book or tutorial for 1.0.x component development.
Re: developing
Posted: Wed Sep 12, 2007 12:58 pm
by jlleblanc
There isn't any 1.0.x component development book that I'm aware of. The changes are a little too numerous to list and it really depends on what your component does. Execution still starts at components/com_yourcom/yourcom.php and administrator/components/com_yourcom/admin.yourcom.php, but that's where the compatibility essentially ends. There are some 1.0.x component tutorials though:
http://forum.joomla.org/index.php/topic,63383.0.html