friendica/src/Model
Tobias Diekershoff 8285a3a280
Merge pull request #10109 from annando/post-type
Use post-type for the item container
2021-04-01 07:49:00 +02:00
..
Config Update copyright 2021-03-29 08:40:20 +02:00
Contact Update copyright 2021-03-29 08:40:20 +02:00
Notification Update copyright 2021-03-29 08:40:20 +02:00
Post Update copyright 2021-03-29 08:40:20 +02:00
Storage Update copyright 2021-03-29 08:40:20 +02:00
User Update copyright 2021-03-29 08:40:20 +02:00
APContact.php Update copyright 2021-03-29 08:40:20 +02:00
Attach.php Issue 10105: Use legacy photo data field if used 2021-04-01 04:51:55 +00:00
Contact.php Update copyright 2021-03-29 08:40:20 +02:00
Conversation.php Update copyright 2021-03-29 08:40:20 +02:00
Event.php Update copyright 2021-03-29 08:40:20 +02:00
FContact.php Update copyright 2021-03-29 08:40:20 +02:00
FSuggest.php Update copyright 2021-03-29 08:40:20 +02:00
FileTag.php Update copyright 2021-03-29 08:40:20 +02:00
GServer.php Update copyright 2021-03-29 08:40:20 +02:00
Group.php Update copyright 2021-03-29 08:40:20 +02:00
Host.php Update copyright 2021-03-29 08:40:20 +02:00
Introduction.php Update copyright 2021-03-29 08:40:20 +02:00
Item.php Use post-type for the item container 2021-04-01 04:58:53 +00:00
ItemURI.php Update copyright 2021-03-29 08:40:20 +02:00
Mail.php Update copyright 2021-03-29 08:40:20 +02:00
Nodeinfo.php Update copyright 2021-03-29 08:40:20 +02:00
Notification.php Update copyright 2021-03-29 08:40:20 +02:00
OpenWebAuthToken.php Update copyright 2021-03-29 08:40:20 +02:00
PermissionSet.php Update copyright 2021-03-29 08:40:20 +02:00
Photo.php Issue 10105: Use legacy photo data field if used 2021-04-01 04:51:55 +00:00
Post.php Update copyright 2021-03-29 08:40:20 +02:00
Process.php Update copyright 2021-03-29 08:40:20 +02:00
Profile.php Update copyright 2021-03-29 08:40:20 +02:00
ProfileField.php Update copyright 2021-03-29 08:40:20 +02:00
PushSubscriber.php Update copyright 2021-03-29 08:40:20 +02:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Update copyright 2021-03-29 08:40:20 +02:00
Search.php Update copyright 2021-03-29 08:40:20 +02:00
Tag.php Update copyright 2021-03-29 08:40:20 +02:00
User.php Update copyright 2021-03-29 08:40:20 +02:00
Verb.php Update copyright 2021-03-29 08:40:20 +02:00

README.md

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.