Wiki "how to create plugin" tutorials are different

Joomla! Documentation Workgroup

Moderator: Documentation

Locked
Nex_otaku
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed May 26, 2010 7:02 am
Location: Russia
Contact:

Wiki "how to create plugin" tutorials are different

Post by Nex_otaku » Wed May 26, 2010 7:22 am

There are two tutorials on "how to create plugin for Joomla 1.5"

In first tutorial http://docs.joomla.org/Tutorial:Creatin ... Joomla_1.5
there is line

Code: Select all

jimport('joomla.event.plugin');
In other tutorial http://docs.joomla.org/How_to_create_a_content_plugin
this line is different:

Code: Select all

jimport('joomla.plugin.plugin');
I'm confused. Which is right? Maybe it is a mistake, or maybe both are right, and the reason why they are different I just don't know.

Please, explain.

P.S. I'm writing my first Joomla plugin, so i'm really concerned.

User avatar
rajeev108
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 160
Joined: Fri May 21, 2010 5:15 pm
Location: Kingston-Upon-Thames
Contact:

Re: Wiki "how to create plugin" tutorials are different

Post by rajeev108 » Wed May 26, 2010 7:31 am

I think jimport('joomla.plugin.plugin'); is correct. jimport will look for libraries/joomla/plugin/plugin.php this file exists whilst libraries/joomla/event/plugin.php doesn't.
Regards
Rajeev Trikha
www.itis-consultants.com

Nex_otaku
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed May 26, 2010 7:02 am
Location: Russia
Contact:

Re: Wiki "how to create plugin" tutorials are different

Post by Nex_otaku » Wed May 26, 2010 8:03 am

rajeev108, thanks!

Someone should correct wiki article, unfortunately I don't have time to register.

User avatar
Chris Davenport
Joomla! Ace
Joomla! Ace
Posts: 1370
Joined: Thu Aug 18, 2005 8:57 am
Location: Shrewsbury, Shropshire, United Kingdom

Re: Wiki "how to create plugin" tutorials are different

Post by Chris Davenport » Sun Jun 06, 2010 4:06 pm

Fixed. Thanks for the heads-up.

Chris.
Chris Davenport

Davenport Technology Services http://www.davenporttechnology.com/
Lion Coppice http://www.lioncoppice.org/


Locked

Return to “docs.joomla.org - Feedback/Information”