Hypolite Petovan faac5b71ce
Merge pull request #10437 from annando/reduce-proxy
Reduce the usage of the "proxifyUrl" function
2021-06-27 22:41:14 -04:00
..
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-06-26 21:17:10 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-04-26 06:50:12 +00:00
2021-05-23 07:37:17 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-06-24 17:30:22 +00:00
2021-06-16 10:16:01 +00:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2019-03-22 22:56:57 -04:00
2021-03-29 08:40:20 +02:00
2021-03-29 08:40:20 +02:00
2021-05-20 08:39:36 -04:00
2021-03-29 08:40:20 +02: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.