How to include TinyFileManager |
Hi
How can I include TinyFileManager in my Codeigniter project? URL: https://tinyfilemanager.github.io/docs/
Use the embedding and Class bit.
https://tinyfilemanager.github.io/docs/#line5 But as the controller and view are the same thing. I have know idea of how the owner thinks it should be included in an actual website. Iframe?! (01-20-2020, 01:16 PM)jreklund Wrote: Use the embedding and Class bit. That's exactly my point. How am I suppose to use it?!
Did you try this example code in the Embedding section on https://tinyfilemanager.github.io/docs/ ?
You can use the first example in a CI controller or the second one in a view. PHP Code: class SomeController or PHP Code: define('FM_EMBED', true); |
Welcome Guest, Not a member yet? Register Sign In |