Skip to content

Instantly share code, notes, and snippets.

@eklect
Last active August 29, 2015 14:16
Show Gist options
  • Save eklect/2bf984ec006f5abf1009 to your computer and use it in GitHub Desktop.
Save eklect/2bf984ec006f5abf1009 to your computer and use it in GitHub Desktop.
Concrete 5.6→ Loading File List from File Manager
<?php
Loader::model('file_list');
$fl = new FileList();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment