show_title=1
link_titles=2
show_intro=1
show_section=0
link_section=0
show_category=
link_category=
show_vote=
show_author=
show_create_date=
show_modify_date=
show_pdf_icon=
show_print_icon=
show_email_icon=
language=en_GB
keyref=
readmore=read more
If I get this column from database into a $var, how can I get individual
vars, something like:
$show_title = "1"
$language = "en_GB"?
$attribs = new JRegistry(String);
$show_title = $attribs->get('show_title')
Neil