app/Controllers/
App\Controllers
(n) adalah Number, (k) adalah Key, (v) adalah Value
$this
, hal ini dapat dilakukan karena O2System menggunakan pola design pattern Singleton pada Kernel-nya./path/to/storage/images/cars/aventador.jpg
http://example.com/images/cars/200x200/aventador.jpg
http://example.com/images/[sub-directory]/[filename]
http://example.com/images/[sub-directory]/[width]x[height]/[filename]
http://example.com/images/[sub-directory]/[filename]?width=[pixel]&height=[pixel]&quality=[percent]&crop=[bool]
/path/to/storage/files/test.pdf
http://example.com/storage/files/test.pdf
Secara otomatis file PDF tadi akan langsung ditampilkan sedangkan bila anda mengetikkan URL
http://example.com/storage/download/files/test.pdf
Maka secara otomatis file PDF tadi akan langsung mengalami proses download file melalui browser.http://example.com/storage/[sub-directory]/[filename]
http://example.com/storage/download/[sub-directory]/[filename]