You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
friendica/src/Model
Michael Vogel d2a4a57810
Update src/Model/ContactRelation.php
3 years ago
..
Config Add license info at Friendica classes 3 years ago
Notify Add license info at Friendica classes 3 years ago
Post Categories are not showing up at the bottom of the post 3 years ago
Storage Add license info at Friendica classes 3 years ago
TwoFactor Add license info at Friendica classes 3 years ago
User Add license info at Friendica classes 3 years ago
APContact.php Move post/curl/fetchUrl/fetchUrlFull to own class "Network\HTTPRequest" 3 years ago
Attach.php Fix wrong variable name in Model\Attach 3 years ago
Contact.php Fetch followers/followings of contacts 3 years ago
ContactRelation.php Update src/Model/ContactRelation.php 3 years ago
Conversation.php The direction field needs to be removed 3 years ago
Event.php Issue 8836: Point the event to the local post 3 years ago
FSuggest.php Add license info at Friendica classes 3 years ago
FileTag.php Useless info messages removed 3 years ago
GContact.php Fetch followers/followings of contacts 3 years ago
GServer.php Replace remaining occurrences of Network::curl 3 years ago
Group.php EOL removed 3 years ago
Introduction.php Add license info at Friendica classes 3 years ago
Item.php Fetch followers/followings of contacts 3 years ago
ItemContent.php Found another occurence replaced with constants 3 years ago
ItemURI.php Update item-uri with guid if given 3 years ago
Mail.php Replace "Probe::uri" with "Contact::getByURL" 3 years ago
Nodeinfo.php Module classes splitted 3 years ago
Notify.php Add null/empty string parameter value case in BBCode::convert 3 years ago
OpenWebAuthToken.php Add license info at Friendica classes 3 years ago
PermissionSet.php Add license info at Friendica classes 3 years ago
Photo.php Rename "HTTPRequest::curl()" to HTTPRequest::get() 3 years ago
Process.php Merge 3 years ago
Profile.php Rename "HTTPRequest::curl()" to HTTPRequest::get() 3 years ago
ProfileField.php Add license info at Friendica classes 3 years ago
PushSubscriber.php Add license info at Friendica classes 3 years ago
README.md typo 4 years ago
Register.php It has to be "selectFirst" 3 years ago
Search.php Merge 3 years ago
Tag.php Posts with subscribed tags will now be stored for the user 3 years ago
User.php Rename "HTTPRequest::curl()" to HTTPRequest::get() 3 years ago
UserItem.php Add check for parent item existence in Model\UserItem::setNotificationForUser 3 years ago
Verb.php Update src/Model/Verb.php 3 years ago

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.