ketanmistry / My-Parser

Extended Parser Library for CodeIgniter 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This library is no longer maintained.

My Parser Library for CodeIgniter 2

To install simply drop this file into your application/libraries folder.

This library extension parses simple conditionals written in the following format:

{if {your_var_in curly_brackets} == true}
    // Show some html
{else}
    // Show some other html
{/if}

About

Extended Parser Library for CodeIgniter 2

License:MIT License


Languages

Language:PHP 100.0%