コード例 #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);