Posterous theme by Cory Watilo

Filed under: CodeIgniter

HTML Support CodeIgniter Sugar For Espresso

In Original 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>

Read the rest of this post »

Ornagai iPhone Version

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]