Skip to content

fuel/app/classes/model/apps.php

```php linenums="1"

from('server_app')->where('server_id', $server_id)->execute()->as_array(); foreach($apps as &$a) { $a = Apps::process($a); } return $apps; } } ``` ?>