JOOMLA cutomization
hi,
could you pls any one help me out how to create a joomla 1.5 component that will retrieve the data from the database?
thanks
hi,
could you pls any one help me out how to create a joomla 1.5 component that will retrieve the data from the database?
thanks
synchronous posted this at 06:21 — 11th October 2011.
They have: 25 posts
Joined: Aug 2011
Hi,
here you can see the process that how you can crate a joomla 1.5 component .
http://www.vojtechovsky.net/joomla/component-helloworld-tutorial-guide-e...
Search Engine Optimization Services | Hotel In Ranchi | Software Company India | Mobile Application Development
devisrimari posted this at 07:41 — 17th October 2011.
They have: 41 posts
Joined: Sep 2011
hi,
thanks for the suggestions, but i need a component that retrieve data from the database.
neeshaw posted this at 07:50 — 24th October 2011.
They have: 10 posts
Joined: Aug 2011
Creating components for Joomla 1.5! is much more complicated than doing so for version 1.0 because you need to write lot of code for controllers, models, views, tables and templates for the view.
honeyclarck posted this at 07:05 — 17th January 2012.
He has: 39 posts
Joined: Jan 2012
Fro more you can go to Google. It gives you the best solution.
David26 posted this at 12:17 — 15th March 2012.
They have: 10 posts
Joined: Mar 2012
class helloScreens
{
function helloworld()
{ echo JText::_('helloworld'); }
function helloagain()
{ echo JText::_('helloagain'); }
function hellotestfoo()
{ echo JText::_('hellotestfoo'); }
function hellodefault()
{ echo JText::_('hellodefault'); }
}
All these methods will become stand-alone views. \views\helloworld\view.php
class HelloWorldComponentView extends JView
{
function display()
{
echo JText::_('helloworld');
}
}
Philadelphia Sunglasses
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.