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
developing
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
Forum rules
- jlleblanc
- Joomla! Apprentice
- Posts: 30
- Joined: Fri Aug 19, 2005 12:37 am
- Location: Washington, DC / NoVA
- Contact:
Re: developing
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.
Joseph L. LeBlanc: http://www.jlleblanc.com
Frontend components start here: /components/com_[name]/[name].php
Backend components start here: /administrator/components/com_[name]/admin.[name].php
Frontend components start here: /components/com_[name]/[name].php
Backend components start here: /administrator/components/com_[name]/admin.[name].php
Re: developing
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.
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.
Last edited by shirisha on Wed Sep 12, 2007 7:37 am, edited 1 time in total.
- jlleblanc
- Joomla! Apprentice
- Posts: 30
- Joined: Fri Aug 19, 2005 12:37 am
- Location: Washington, DC / NoVA
- Contact:
Re: developing
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
Joseph L. LeBlanc: http://www.jlleblanc.com
Frontend components start here: /components/com_[name]/[name].php
Backend components start here: /administrator/components/com_[name]/admin.[name].php
Frontend components start here: /components/com_[name]/[name].php
Backend components start here: /administrator/components/com_[name]/admin.[name].php