CodeIgniter Forums
Where is asset_helper.php? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Where is asset_helper.php? (/showthread.php?tid=56842)



Where is asset_helper.php? - El Forum - 01-24-2013

[eluser]lieutdan13[/eluser]
I have found many articles and forum posts referring to "the" Asset Helper. But everyone has broken links to the wiki. Now I understand that the Wiki was migrated to GitHub sometime last year, so I'm wondering if that has something to do with it. Since I have never seen the actual file I can't give you anymore information that the fact that it has a "css_asset" and a "js_asset" function that apparently return a style tag and a script tag respectively by passing them the appropriate location of the file.

Could someone post a link to or the contents of this asset_helper.php file? Here are a few broken links that I have found. Even the Wiki itself has broken links:
http://codeigniter.com/wiki/Asset_Helper
https://github.com/EllisLab/CodeIgniter/wiki/File:asset_helper.zip found at the bottom of https://github.com/EllisLab/CodeIgniter/wiki/Asset-Helper
https://github.com/EllisLab/CodeIgniter/wiki/File:asset-helper.zip a "page" on the Wiki with "go" as the contents of the page, but no download available

Thank you in advance.


Where is asset_helper.php? - El Forum - 01-24-2013

[eluser]PhilTem[/eluser]
A quick Google Search for "codeigniter asset helper" reveals this

https://github.com/sekati/codeigniter-asset-helper

I'm not sure this is _THE_ asset helper you're looking for, but it looks quite good Wink


Where is asset_helper.php? - El Forum - 01-24-2013

[eluser]InsiteFX[/eluser]
If you search the forums you will find mine which I have posted several times.



Where is asset_helper.php? - El Forum - 01-24-2013

[eluser]lieutdan13[/eluser]
[quote author="InsiteFX" date="1359066252"]If you search the forums you will find mine which I have posted several times.
[/quote]

If this is the one you are referring to, I get a 404 error. Phil’s - codeigniter-asset library


Where is asset_helper.php? - El Forum - 01-25-2013

[eluser]InsiteFX[/eluser]
Maybe this will help.

Asset Helper for CodeIgniter