Joomla.it Forum
Non solo Joomla... => Sviluppo => : ele_ 21 Mar 2011, 16:24:02
-
ciao a tutti, so che il Db della 1.6 è molto cambiato rispetto alla versione precedente quindi volevo chiedervi se questa query fosse ancora valida
$query = "SELECT * FROM #__menu "
. " WHERE menutype = '". $menu_name ."' "
. " AND published = '1' AND parent != '0' "
. " ORDER BY ". $orderBy;
la tabella dei menu è quella??? e il pubblicato o meno si gestisce con 0 o 1?
Grazie
-
Vedi
http://forum.joomla.it/index.php/topic,130514.msg579637.html#msg579637 (http://forum.joomla.it/index.php/topic,130514.msg579637.html#msg579637)