Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Create the associated view file (template) in your views directory with the same
Usage
============

Create your view template file the same as you would have before, but remember that any logic belongs in the view class. If you want to prevent the automatic variable escaping, prepend the variable with an '!'.
Create your view template file the same as you would have before, but remember that any logic belongs in the view class. If you want to prevent the automatic variable escaping, prepend the variable with an '^'.

// application/views/foo/bar.php
<p>This view is <?=$adjective?>!</p>
Expand Down Expand Up @@ -72,4 +72,4 @@ which would render:
>
> Another possible description is: cool beans
>
> Here are my adjective notes: This is <sup>Super!!</sup>
> Here are my adjective notes: This is <sup>Super!!</sup>