Easy way to get “params” from Joomla menu table
问题 I don't know too much about Joomla, but I'm trying to work with a Menu on a Joomla site. In the Database I can see a column called params in the menu table, and it has some data I need. The params column has this data: categories=446 feedLink=1 fusion_item_subtext= fusion_columns=1 fusion_customimage= splitmenu_item_subtext= page_title= show_page_title=1 pageclass_sfx= menu_image=-1 secure=0 I know I can do a mysql query, get that column and parse the value using string manipulation/regex,