2009年8月20日星期四

Re: 答复: 答复: 答复: [PerlChina] 再来一个调查:用PERL来开发WEB,我更喜欢...

2009/8/20 蒋宇捷 <hfahe@163.com>:
> 我觉得mason容易一些 简单一些 tt需要对perl的package、module、class、function
> 以及Apache::Request、CGI有一定的了解
>

不需要那么复杂的。无非就是变量嵌套而已。
稍微复杂之处就是传个哈希数组进去,然后告诉UIMM在表单里循环:

[% FOREACH item IN some_array %]
<option value="[% item.en %]">[% item.cn %]</option>
[% END %]

哈希数组类似 [ { en => abc, cn => def }, { en => xxx, cn=> yyy} ]之类。
当然TT也有些复杂的功能如filter,不过我们从来没使用过。

TT跟Mason一样,模板能拆分得非常细,大模板包含小模板,能共用就共用,这对大型项目比较有用。

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

没有评论: