Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 73 → Rev 74

/trunk/Db/MySQLDB.php
123,15 → 123,8
}
 
/**
* Returns the date of last modification of this database or
* one of its tables.
*
* @param string $table (optional)
* Table name. If not provided, all tables of this database
* are considered.
* @return int|null
* Timestamp of last modification, or <code>null</code> if
* unavailable.
* (non-PHPdoc)
* @see \PointedEars\PHPX\Db\Database::getLastModified()
*/
public function getLastModified ($table = null)
{