friendica/src/Database
Roland Häder 6743de63f5
Changed:
- DBA::exists() should only be used for checking if records exists.
- if you want to check if a table exists, please ALWAYS use
  DBStructure::existsTable() instead
2022-06-20 08:20:07 +02:00
..
Database.php Changes: 2022-06-20 03:10:23 +02:00
DatabaseException.php Add missing copyright text 2022-01-02 10:49:50 +01:00
DBA.php Changed: 2022-06-20 08:20:07 +02:00
DBStructure.php Changes: 2022-06-19 10:50:09 +02:00
PostUpdate.php Shorter code, thanks to @annando pointing this out 2022-06-16 13:29:30 +02:00
View.php Changes: 2022-06-20 02:48:02 +02:00