일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- TPL
- php
- Oracle
- install
- MySQL
- mariadb
- yum
- JavaScript
- jQuery
- Eclipse
- SVN
- random
- RabbitMQ
- 문자열자르기
- 확장자
- 한글 깨짐
- 부모창
- replace
- docker
- Postfix
- 일괄변경
- i18n
- centos
- TextBox
- 천단위
- ubuntu
- smarty
- Python
- Selectbox
- Today
- Total
목록PHP/smarty (2)
wilson's story
Not processing javascript in smarty templates Use {literal}...{/literal} tags around the javascript within your smarty template: {literal} ... {/literal} 참조 http://www.smarty.net/manual/en/language.function.literal.php {literal}{literal} tags allow a block of data to be taken literally. This is typically used around Javascript or stylesheet blocks where {curly braces} would interfere with the te..
글쓴이:김영진 PHP Templating with Smarty 스마티(Smarty) 템플릿 사용하기 김영진(cogolda@hanmail.net) 이 튜토리얼은 http://www.zend.com/zend/tut/tutorial-cezar.php에 있는 내용은 제가 번역, 추가, 생략했습니다. 소스 코드가 많아서 번역할 내용은 많지 않네요. 질문이나, 의견은 메일이나 코멘트 이용해 주시고, 관심있으신 자료 있으시면, 정리해서 올리겠습니다. 이 자료는 제가 스마티 쓸 때 도움이 되었던 문서이기도 합니다. 대상 독자 이 기사는 PHP templating같은 새로운 웹 개발기술을 적용하고 싶은 PHP 프로그래머와 HTML 디자이너를 위해 작성되었습니다. Smarty 개요 이론적인 웹 개발 과정은 다음과 같다. ..