friendica/src/Model
2019-04-11 04:07:20 -04:00
..
Storage Rewrites: 2019-02-19 01:56:41 +01:00
APContact.php Added field for "shared" inbox 2019-03-26 05:14:47 +00:00
Attach.php 4) Adding Factories to other entrypoints 2019-02-03 22:46:50 +01:00
Contact.php Merge pull request #6989 from nupplaphil/task/basePath_baseUrl_fix 2019-04-11 04:07:20 -04:00
Conversation.php
Event.php Indentions 2019-02-13 10:22:36 +00:00
FileTag.php
GContact.php
Group.php Move group module to src/ 2019-02-23 17:32:40 -05:00
Item.php Preparation to be able to store "announce" activities 2019-03-28 05:45:50 +00:00
ItemContent.php
ItemDeliveryData.php Rewrites: 2019-02-19 01:56:41 +01:00
ItemURI.php
Mail.php Fix types in doc blocks/prototypes 2019-01-23 09:06:58 -05:00
OpenWebAuthToken.php
PermissionSet.php
Photo.php Bugfixings in Config 2019-02-22 23:51:13 +01:00
Process.php
Profile.php Added app class variable 2019-03-19 06:57:37 +00:00
PushSubscriber.php
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Add missing fields to Register::getPending() 2019-03-08 21:57:18 -05:00
Term.php Replace isset by array_key_exists on array class constant in Model\Term 2019-02-27 08:00:04 -05:00
User.php Don't send single item delete commands to protocols that support account removal 2019-02-11 20:30:08 +00: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.