Looking for a book for Joomla 1.0.x component development

Locked
cdtkoenig
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Thu Sep 28, 2006 4:18 pm

Looking for a book for Joomla 1.0.x component development

Post by cdtkoenig » Tue May 27, 2008 7:42 am

Hi,
I wrote a first Joomla 1.0.x component using various tutos, it works but but my code looks like a bunch of copy/paste.Now, I really want to move forward into clean J! component modeling and, best practises using a fully documented API. There are some Joomla 1.5 dev books but I cannot found any J! 1.0.x :'(

Does anyone knows such a book ?

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24982
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Looking for a book for Joomla 1.0.x component development

Post by pe7er » Tue May 27, 2008 8:05 am

I don't think that there are any for 1.0...

For 1.5:
  • Learning Joomla! 1.5 Extension Development - Creating Modules, Components, and Plug-Ins with PHP
    by Joseph L. LeBlanc
  • Mastering Joomla! 1.5 Extension and Framework Development - The Professional Guide to Programming Joomla!
    by James Kennard
Some online sources: Developing Joomla components http://forum.joomla.org/viewtopic.php?f=39&t=155583
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

cdtkoenig
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Thu Sep 28, 2006 4:18 pm

Re: Looking for a book for Joomla 1.0.x component development

Post by cdtkoenig » Tue May 27, 2008 11:45 am

That's what I was fearing ...

Thanks a lot you for your response pe7er

tweakmy
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Tue Dec 11, 2007 8:25 am

Re: Looking for a book for Joomla 1.0.x component development

Post by tweakmy » Fri Aug 01, 2008 5:55 am

Hi there,

If that is the case, then what sort of reference to you use to build a joomla 1.0.x component?

Can reference of joomla 1.5.x component developement to use as the reference to build for joomla 1.0.x component?

I also heard rumours that developement for joomla 1.0.x would be stopped? is it true?

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24982
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Looking for a book for Joomla 1.0.x component development

Post by pe7er » Sat Aug 02, 2008 11:51 am

tweakmy wrote:If that is the case, then what sort of reference to you use to build a joomla 1.0.x component?
You might find some useful info here:
Developing Joomla components http://forum.joomla.org/viewforum.php?f=39
The Joomla core components might give you a good insight in the working of components.
Furthermore the "API" (from Joomla or Mambo's API if it's for 1.0) documentates functions / classes and so on which would speed up development a lot.
Can reference of joomla 1.5.x component developement to use as the reference to build for joomla 1.0.x component?
"native" Joomla 1.5 components differ a lot from Joomla 1.0 components, especially if they use the "MVC" pattern.
I also heard rumours that developement for joomla 1.0.x would be stopped? is it true?
Yes, that's true indeed. Currently the Joomla 1.0 core code won't be developed any further, but there are still third party developers writing code for 3rd party extensions.

However, the current focus is on Joomla 1.5 and the future 1.6.
Safety patches for 1.0 will be released if any safety issues are discovered,
but only until the release of Joomla 1.6.
Then only 1.5 and 1.6 will be officially supported.
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com


Locked

Return to “Joombie Tools of the Trade”