il database esiste, quindi le tabelle hanno anche un nome
non ti basta creare un metodo che restituisca il nome della tabella?
- $select = new Zend_Db_Select($db);
$select->from($classe->getTabella());
//resto del codice
il database esiste, quindi le tabelle hanno anche un nome
non ti basta creare un metodo che restituisca il nome della tabella?
- $select = new Zend_Db_Select($db);
$select->from($classe->getTabella());
//resto del codice
Chi striscia non inciampa!