friendica/src/Model
2019-12-24 05:13:36 -05:00
..
Config
Storage
TwoFactor
User Refactor Session Handling (make it more simple & handler are now handler again) 2019-12-11 20:30:31 +01:00
APContact.php Ensure APContact::getByUrl always returns an array 2019-12-11 08:25:44 -05:00
Attach.php
Contact.php Issue 7953: Don't show follow/unfollow on the hovercard for the "self" contact 2019-12-16 06:35:29 +00:00
Conversation.php
Event.php Notice/warning in event fixed 2019-11-25 11:16:55 +00:00
FileTag.php
GContact.php Relocated functions 2019-12-21 06:39:22 +00:00
Group.php Group selection: Respect "pubmail" and ignore atchived or blocked contacts 2019-12-02 23:04:11 +00:00
GServer.php Standards 2019-12-24 05:04:11 +00:00
Introduction.php Add new Introduction model class 2019-12-11 08:24:16 -05:00
Item.php Don't process empty hash tags in Model\Item 2019-12-13 07:16:43 -05:00
ItemContent.php
ItemDeliveryData.php Now using the correct function call ... 2019-11-23 04:31:40 +00:00
ItemURI.php
Mail.php Move Activity/Namespaces defines to constants 2019-10-24 21:40:12 +02:00
Nodeinfo.php
Notify.php Wrong condition for home notifications 2019-10-28 00:01:35 +01:00
OpenWebAuthToken.php
PermissionSet.php
Photo.php Better function name 2019-11-11 23:13:36 +00:00
Process.php
Profile.php "gprobe" removed 2019-12-20 06:47:18 +00:00
PushSubscriber.php
README.md
Register.php
Search.php
Term.php
User.php revert wrong import 2019-12-09 21:55:25 +01: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.