How to Deal With Codeigniter Templates?

前端 未结 12 1869
梦谈多话
梦谈多话 2020-12-08 01:02

I\'m fairly new to MVC, and I\'ve found CodeIgniter recently. I\'m still learning everyday, but one problem is its template engine. What is the best way to create templates

12条回答
  •  Happy的楠姐
    2020-12-08 01:36

    Well you can actually use a codeigniter library for templates. The most famous ones are:

    1. Codeigniter Simplicity (Actively Developed)
    2. Phil Sturgeon's Template Library (Not actively developed)
    3. An Introduction to Views & Templating in CodeIgniter (Here you actually create a template library from scratch)

提交回复
热议问题