Files
friendica/src/Model
Roland Häder cf8698afe6 This is the correct way:
<?php
if (!isset($foo['account_removed) || $foo['account_removed'])
?>
2022-07-19 18:08:18 +02:00
..
2022-04-25 13:49:17 +00:00
2022-07-13 00:23:12 +02:00
2022-06-23 17:30:14 +02:00
2022-01-02 08:27:47 +01:00
2022-07-13 00:23:12 +02:00
2022-06-25 23:04:00 +02:00
2022-06-17 17:18:31 +02:00
2022-06-25 16:48:36 +02:00
2022-06-18 17:09:46 +02:00
2022-06-18 17:22:50 +02:00
2022-07-18 03:48:19 +00:00
2022-06-18 18:30:50 +02:00
2022-06-19 01:11:30 +02:00
2022-06-23 17:30:14 +02:00
2022-07-13 00:23:12 +02:00
2022-07-19 18:08:18 +02:00
2022-06-18 16:59:23 +02:00
2019-03-22 22:56:57 -04:00
2022-06-23 17:30:14 +02:00
2022-06-23 17:30:14 +02:00
2022-06-23 17:30:17 +02:00
2022-06-23 17:30:17 +02:00
2022-06-23 17:30:14 +02:00
2022-06-23 17:30:14 +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.