Add Contact Object

- Add Profile Object
- Add User Model
- Add use statements
This commit is contained in:
Hypolite Petovan 2017-11-19 16:55:28 -05:00
parent f43aaf5227
commit b92fc24ff0
50 changed files with 976 additions and 1 deletions

View file

@ -3,6 +3,7 @@
use Friendica\App;
use Friendica\Core\System;
use Friendica\Database\DBM;
use Friendica\Object\Contact;
function add_thread($itemid, $onlyshadow = false) {
$items = q("SELECT `uid`, `created`, `edited`, `commented`, `received`, `changed`, `wall`, `private`, `pubmail`,