Contents

Views 19448 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
템플릿에서 <?php ~ ?> 로 PHP 구문을 사용할 수 있습니다.

하지만 템플릿 변수와 <? ?> 안의 변수는 다르게 사용됩니다.

서로 데이타를 전달하려면 $__Context 를 이용하시면 됩니다.

템플릿 변수를 PHP에서 사용
{@ $aa = 1; }

<?php
echo $__Context->aa;
?>


PHP 변수를 템플릿에서 사용
<?php
$__Context->aa = 1;
?>
{@ print $aa;}



[출처] http://www.xpressengine.com/index.php?mid=tip&document_srl=13336987


?

List of Articles
No. Category Subject Author Date Views
381 System/OS [linux] Proftpd 설치 가이드 hooni 2003.04.23 13028
380 System/OS [linux] ProFTPD 타임아웃 설정 hooni 2003.04.23 12851
379 System/OS [linux] resolv.con 초기화 되는 문제 hooni 2014.04.05 4624
378 System/OS [linux] root 전환시 패스워드 없이 su 사용하기 hooni 2013.12.22 12688
377 System/OS [linux] root도 삭제하지 못하는 파일 속성 hooni 2003.04.23 12412
376 System/OS [linux] sendmail 설정/사용 hooni 2003.04.23 14574
375 System/OS [linux] split 명령어 hooni 2014.03.11 4307
374 System/OS [linux] SSH에 대한 기본 설명과 설치/설정 hooni 2013.04.23 10499
373 System/OS [linux] ssh에서 원격 파일 전송하기.. hooni 2013.04.23 14161
372 Develop [linux] tar 명령어 뽀개기.. ㅋㅋ hooni 2003.04.23 7670
371 System/OS [linux] The Ultimate Wget Download Guide With 15 Awesome Examples hooni 2020.05.26 810
370 System/OS [linux] vi 편집기 간단한 명령과 환경설정 hooni 2003.04.23 11360
Board Pagination Prev 1 ... 62 63 64 65 66 67 68 69 70 71 ... 98 Next
/ 98