예제 #1
0
파일: index.php 프로젝트: zzzaaa/odataphp
<?php

require_once dirname(__FILE__) . '/templates/TemplateUtil.php';
ShowContentUsingTemplate("Overview", dirname(__FILE__) . '/indexContent.php', dirname(__FILE__) . '/templates/1_column_template.php', false);
예제 #2
0
파일: Demo.php 프로젝트: zzzaaa/odataphp
<?php

require_once dirname(__FILE__) . '/templates/TemplateUtil.php';
ShowContentUsingTemplate("Demo", dirname(__FILE__) . '/DemoContent.php', dirname(__FILE__) . '/templates/1_column_template.php', true);