示例#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);