Please provide me steps to update Joomla 1.5 component to Joomla 2.5 component.
Thank you in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is much to be learned at Adapting from 1.5 to 1.6, and from this DVLancer blog:
Global variables $mainframe and $option
Joomla 1.5
Joomla 2.5 replaced with
or
Get page title within a template*
Joomla 1.5
in Joomla 2.5 replaced with
Template Path
**Joomla 1.5
Joomla 2.5
or
How to find out if you are on the homepage
Joomla 1.5
Joomla 2.5
Accessing Error Variables
Joomla 1.5
In Joomla 2.5 those variable are now private and have to be accessed via getter methods to avoid the following error:
PHP cannot acess protected property error