tanakahisateru / pinoco

Web site development framework using PHP and (mainly) PHPTAL
http://tanakahisateru.github.io/pinoco/
Other
43 stars 10 forks source link

Extend PHPTAL for nl2br #22

Closed tanakahisateru closed 13 years ago

tanakahisateru commented 13 years ago

I have an idea to extend PHPTAL's namespace.

I want to display a value with replacing each newlines with <br />s.

tal:content="structure php:nl2br(htemlspecialchars(foo.bar))"

I want to do it easier:

ptal:content-nl2br="foo/bar"
tanakahisateru commented 13 years ago

tal:replace also.

tanakahisateru commented 13 years ago

reviewed by PHPTAL project developer!