Razor does not require you to explicitly close the code-block.
Compact, Expressive, and Fluid: Razor minimizes the number of characters and keystrokes required in a file, and enables a fast, fluid coding workflow. Unlike most template syntaxes, you do not need to interrupt your coding to explicitly denote server blocks within your HTML. The parser is smart enough to infer this from your code. This enables a really compact and expressive syntax which is clean, fast and fun to type.
Easy to Learn: Razor is easy to learn and enables you to quickly be productive with a minimum of concepts. You use all your existing language and HTML skills.
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.1.2 or above
Installation ¶
- Extract the release file under
protected/extensions/renderers
Usage ¶
Configure application component "viewRenderer" like this:
array(
'components'=>array(
......
'viewRenderer'=>array(
'class'=>'ext.renderers.RazorViewRenderer',
'fileExtension'=>'.tpl',
),
),
)
Change Log ¶
August 26, 2010 ¶
- version 1.0.1 Using new operator "@:" for HTML encoding, instead of default "@"
August 11, 2010 ¶
- Initial release.
:)
Looks very promising!
netbeans?
Hi, do you know if netbeans can work with this??
Thanks for your work
Juan
>> netbeans?
>> Hi, do you know if netbeans can work with this?? Thanks for your work Juan
Unfortunately no. But you can choose MIME: text/html for .tpl extensions
I have tried to write file-type module for NetBeans 6.9.1 with ANTLR lexer parser, but proposed samples did not work for me :(
Long abandoned due to lack of free time.
>> netbeans?
Thanks for your answer!
working?
It seems not working now!
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.