Basecamp Style Subdomains With CodeIgniter | Nettuts+
via net.tutsplus.com
nice tutorial
nice tutorial
In [Original CodeIgniter sugar](http://github.com/joshuabaker/codeigniter.sugar) is not support HTML syntax highlighting. So, I can't use CI syntax in view. PHP support html syntax hightlighting. Why CI sugar is not support ? So, I tried to add HTML support. I don't know about how to make sugar but I can do it. I tried to read PHP sugar and can combine it. It's easy, just add 1 line in Syntaxes/CodeIgniterSyntax.xml. I add html support
<include syntax="text.html.basic" />
So, It will be look like this
<?xml version="1.0"?> <syntax name="sourcecode.php.codeigniter"> <zones> <include syntax="sourcecode.php"/> <include syntax="text.html.basic" /> </zones> </syntax>
If you don’t want to add manually, you can download zip file from github. I made fork from original author.
1. Download zip or tar.gz from http://github.com/saturngod/codeigniter.sugar
2. extract it.
3.Change the folder name to CodeIgniter.sugar. Folder icon will change.
4. Double click CodeIgniter.sugar. It will be install automatically.
Great ! Today, I done, ornagai iphone web app. It's using jqtouch and CodeIgniter. I ♥ it. By the way, I can do easily because of MVC. I did right choice , using CodeIgniter MVC Framework. I can make other Theme easily. I don't need to change too much code. Just change View and it's OK.
[nggallery id=1]