CLASS_NAME<-] // Last Update: [->CREATION_DATE<-] by Franco Milazzo class [->CLASS_NAME<-] extends [->DB_CLASS_NAME<-] { ///////////////////// // CLASS FUNCTIONS // ///////////////////// public function table_tr(){ $this->m_sql = "SELECT * FROM [->DB_TABLE_NAME<-] ORDER BY [->DB_TABLE_KEY_ID<-] ASC"; $this->m_statement = $this->m_db->run($this->m_sql); $this->m_dataset = $this->m_statement->fetchAll(); $output = ""; foreach($this->m_dataset as $row) { $output=$output."