friendica/src/Database
Roland Häder da66730e4f
Rewrite:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:

From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````

To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
..
Definition include suggested changes 2022-07-13 00:23:12 +02:00
Database.php Issue 11853/11867: Fix reshare of public posts 2022-08-27 21:22:49 +00:00
DatabaseException.php Add missing copyright text 2022-01-02 10:49:50 +01:00
DBA.php Use DBA::quoteIdentifier in Database::escapeFields 2022-07-28 05:37:22 -04:00
DBStructure.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
PostUpdate.php Rewrite: 2022-10-15 00:44:06 +02:00
View.php Split DBStructure & View to avoid DB-calls and dependencies for basic operations 2022-07-12 23:40:31 +02:00