[eluser]demogar[/eluser]
I tried to make it work with an application I've been developing some weeks ago but I can't get it work. Also I tried the AssetLibPro (which I used before for some applications but wanted to give your lib a try) and same result.
This is what I get while trying to make it work with Carabiner:
Code:
Code:
$this->carabiner->css('style.js');
$this->carabiner->display('css');
---------------------------------
Error:
A PHP Error was encountered
Severity: Warning
Message: file_get_contents() [function.file-get-contents]: Filename cannot be empty
Filename: libraries/carabiner.php
Line Number: 942
The file generated by Carabiner is totally empty. I'm using within the app also:
- HMVC or Modular Extensions (I really don't remember what I decided to use)
- i18n library
- Zend trough CodeIgniter (so I can use Zend Lucene).
I think one of those libraries is maybe affecting the Carabiner Lib (for example i18 and HMVC modified the Router and Config Lib and maybe they cannot find the css files).
Could you give me any help for this? Thank you in advance!