mirror of
https://github.com/friendica/friendica
synced 2025-04-27 19:50:12 +00:00
Add/Fix Doxygen headers for classes
This commit is contained in:
parent
9eaedc576c
commit
a22196edae
3 changed files with 19 additions and 4 deletions
|
@ -24,7 +24,13 @@ require_once 'include/dba.php';
|
|||
*/
|
||||
class DBA
|
||||
{
|
||||
/**
|
||||
* Lowest possible date value
|
||||
*/
|
||||
const NULL_DATE = '0001-01-01';
|
||||
/**
|
||||
* Lowest possible datetime value
|
||||
*/
|
||||
const NULL_DATETIME = '0001-01-01 00:00:00';
|
||||
|
||||
public static $connected = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue