friendica/src/Model
2020-06-10 10:36:42 -04:00
..
Config
Notify
Post
Storage
TwoFactor
User
APContact.php Fix Notice "Undefined index: subscribe" 2020-06-05 10:44:36 +00:00
Attach.php Fix wrong variable name in Model\Attach 2020-05-20 18:28:14 -04:00
Contact.php Remove dependency to App in Contact::createFromProbe 2020-06-10 10:36:42 -04:00
Conversation.php
Event.php Assign default protocol to new events 2020-05-27 08:23:15 -04:00
FileTag.php
FSuggest.php
GContact.php Issue 8735: Ensure the correct data type for "hide" 2020-06-06 08:11:19 +00:00
Group.php
GServer.php Fix notice because of missing array item 2020-05-27 03:19:17 +00:00
Introduction.php
Item.php Add tag escaping to Item::setHashtags 2020-06-08 18:40:21 -04:00
ItemContent.php
ItemURI.php
Mail.php
Nodeinfo.php
Notify.php Add null/empty string parameter value case in BBCode::convert 2020-06-08 19:15:08 -04:00
OpenWebAuthToken.php
PermissionSet.php
Photo.php
Process.php
Profile.php Issue 8675: reduce requests of foreign pages 2020-06-01 21:52:31 +00:00
ProfileField.php
PushSubscriber.php
README.md
Register.php
Search.php
Tag.php Add new Strings::startsWith method 2020-05-18 01:05:38 -04:00
User.php
UserItem.php
Verb.php Update src/Model/Verb.php 2020-05-19 22:42:01 +02:00

Friendica\Model

Models are the glue between the business logic of the app and the datastore(s).

In the namespace Model should only be static classes that interact with the DB with the same name as a database table.