friendica/src/Model
Michael 8e2494568e Functionality is now added 2020-01-05 01:23:40 +00:00
..
Config Fix typo in Model\Config\PConfig 2019-07-15 16:32:13 -04:00
Storage Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
TwoFactor Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
User Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
APContact.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Attach.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Contact.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
Conversation.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
Event.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
FileTag.php catching nulls for FileTag 2019-05-30 13:54:35 +02:00
GContact.php Merge pull request #8044 from annando/contact-adding 2020-01-01 20:38:34 +01:00
GServer.php Relocated functions from PortableContact to GServer 2020-01-01 21:29:36 +00:00
Group.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Introduction.php Add new Introduction model class 2019-12-11 08:24:16 -05:00
Item.php Functionality is now added 2020-01-05 01:23:40 +00:00
ItemContent.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
ItemDeliveryData.php Now using the correct function call ... 2019-11-23 04:31:40 +00:00
ItemURI.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Mail.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
Nodeinfo.php Refactor dynamic App::getLogger() to static DI::logger() 2019-12-29 20:17:41 +01:00
Notify.php Creating interfaces for Config/PConfig & fix tests 2019-12-29 20:18:19 +01:00
OpenWebAuthToken.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
PermissionSet.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Photo.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
Process.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Profile.php Remove get_app() in favor of DI::app() 2020-01-04 23:42:01 +01:00
PushSubscriber.php Fix PHPDoc comments project-wide 2019-01-21 10:35:51 -05:00
README.md typo 2019-03-22 22:56:57 -04:00
Register.php Fix security vulnerbilities. 2019-10-10 15:21:41 -08:00
Search.php Replace BaseObject class with DI::* calls 2019-12-29 20:17:38 +01:00
Term.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
User.php Move redundant System::baseUrl() to DI::baseUrl() calls 2019-12-30 23:00:08 +01:00
UserItem.php Functionality is now added 2020-01-05 01:23:40 +00: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.