What are your templating strategies?

后端 未结 5 511
感情败类
感情败类 2020-12-16 07:36

I try to develop my own little framework. For this, I\'d like to read up some templating techniques. I know that templating is a really complex topic, but knowing some strat

5条回答
  •  再見小時候
    2020-12-16 07:45

    This is not directly related to your question, but have you considered client side templating? John Resig has a nice micro-template in Javascript that will work with web services and other Ajax techniques. It's quite simple to do a get or post for the template, and then do another get/post for your data. It's quite handy.

提交回复
热议问题