Using PHP as a template engine

后端 未结 6 2165
梦毁少年i
梦毁少年i 2020-12-02 00:57

I am not going to argue about the choice of a template engine against only PHP. I choose not to use a template engine, like Smarty, because I would like to learn how to prop

6条回答
  •  粉色の甜心
    2020-12-02 01:09

    Using Richard's example, but more simple:

        

    Users

    0): ?>
    Id First Name Last Name
    Id) ?> FirstName) ?> LastName) ?>

    No users in the database.

提交回复
热议问题