function LogDatabaseQueryTitle($deffile) { LogDatabaseQuery::LogDatabaseQuery($deffile); $this->_tableName = $this->_defFile->getVar("TABLE_ART_LANG_NAME"); }
function LogDatabaseQueryArticleMonthYear($deffile) { LogDatabaseQuery::LogDatabaseQuery($deffile); }
function getLastDate() { return LogDatabaseQuery::getLastDate($this->_tableName); }
function LogDatabaseQueryArticlesPerYear($deffile) { LogDatabaseQuery::LogDatabaseQuery($deffile); $this->_tableName = $this->_defFile->getVar("TABLE_JOURNALS_NAME"); }
function LogDatabaseQueryTopTenTitles($deffile) { LogDatabaseQuery::LogDatabaseQuery($deffile); $this->_table = $this->_defFile->getVar("TABLE_ART_LANG_NAME"); // $this->_tittable = "biblio.title"; }
function destroy() { // Destructor $this->_tableName = null; LogDatabaseQuery::destroy(); }