Kurogo示例代码Helloworld
时间:2021-07-01 10:21:17
帮助过:4人阅读
Kurogo Mobile Framework移动开发框架。Kurogo 具有跨平台支持能力,并且提供了预设模块
- class HelloWebModule extends WebModule
- {
- protected $id='hello';
- protected function initializeForPage() {
- $this->assign('message', 'Hello World!');
- }
- }
- {include file="findInclude:common/templates/header.tpl"}
Hello World!- {include file="findInclude:common/templates/footer.tpl"}
|