friendica/src/Model
Michael 63da4a75e9 The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
..
Contact Fix Model\Contact\Introduction::confirm() 2021-10-21 21:57:25 +02:00
Log Fix code standard 2021-08-20 11:09:35 +02:00
Notification Update copyright 2021-03-29 08:40:20 +02:00
Post Restructure HTTPClient for new paradigm 2021-10-28 20:01:03 +02:00
User Cleanup namespaces 2021-10-26 22:11:10 +02:00
APContact.php Restructure Cache to follow new paradigm 2021-10-26 22:11:06 +02:00
Attach.php Restructure Storage to new paradigm 2021-10-27 20:00:19 +02:00
Contact.php Merge remote-tracking branch 'upstream/develop' into logging 2021-10-25 18:56:29 +00:00
Conversation.php Improved comment 2021-07-15 17:42:03 +00:00
Event.php Merge remote-tracking branch 'upstream/develop' into logging 2021-10-25 18:56:29 +00:00
FContact.php Remove "fcontact" from suggestions 2021-10-17 20:19:02 +00:00
FileTag.php Update copyright 2021-03-29 08:40:20 +02:00
GServer.php Restructure HTTPClient for new paradigm 2021-10-28 20:01:03 +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
Item.php The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
ItemURI.php Reworked media handling 2021-04-26 06:50:12 +00:00
Mail.php Replace deprecated `log` calls 2021-10-20 18:53:52 +00:00
Nodeinfo.php Update copyright 2021-03-29 08:40:20 +02:00
OpenWebAuthToken.php Update copyright 2021-03-29 08:40:20 +02:00
Photo.php The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
Post.php New founction to count threads 2021-07-08 17:32:41 +00:00
Process.php Update copyright 2021-03-29 08:40:20 +02:00
Profile.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
PushSubscriber.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00: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
Subscription.php Removing functionality from enotify.php 2021-10-19 19:09:53 +00:00
Tag.php Restructure Cache to follow new paradigm 2021-10-26 22:11:06 +02:00
User.php The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00: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.