find /path/to/files/* -mtime +1 -delete
"jdbc:mysql://[хост]:[порт]/[бд]?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC"
<a href="/catalog/{$cat->url}/" data-category="{$cat->id}">{$cat->name|escape}</a>
$latests = Project::find()->where(['status' => 1])->orderBy(['id' => SORT_DESC])->limit(10)->all();
public $date_from;
public $date_to;
[['date_from', 'date_to'], 'date', 'format' => 'php:Y-m-d']
$query->andFilterWhere(['>=', 'created_at', $this->date_from ? strtotime($this->date_from . '00:00:00') : null])
->andFilterWhere(['<=', 'created_at', $this->date_to ? strtotime($this->date_to . '23:59:59') : null ]);
Всё-равно придётся тянуть фреймворк, или какими-то более дешёвыми (с точки зрения трудозатрат)