CodeIgniter Forums
Is there a need of a new theming library for codeigniter? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Is there a need of a new theming library for codeigniter? (/showthread.php?tid=45851)



Is there a need of a new theming library for codeigniter? - El Forum - 10-08-2011

[eluser]Unknown[/eluser]
I know there are a few theme libraries out there for codeigniter ( http://williamsconcepts.com/ci/codeigniter/libraries/template/reference.html or https://github.com/philsturgeon/codeigniter-template/ or http://maestric.com/doc/php/codeigniter_template ).

I didn't like the way those worked, so i began working on mine. I liked the wordpress style theming, so i based my library on that. I am making the library for my needs, so i am not sure what problems you all are having when using a theme library or when styling your codeigniter application.

So is there a need of a new theming library or are you happy with the existing ones? I would like to know the features you are looking for in a theme library.


I have a small demo of my library here. (no code released now, few more bugs to fix before release)

demo : http://apps.codinglog.com/
theme list: http://apps.codinglog.com/themer

default theme is a blank one, select the "tank_auth" theme from theme selector to enable tank_auth theme.

"tank_auth" theme was specially made for tank_auth authentication library with no modification on the library, not even a single line added/changed. We just place the tank_auth theme to the theme folder and set the theme.

Themes can be set for controller or a theme for the whole website.

Thanks