Skip to content
jdp edited this page Sep 13, 2010 · 9 revisions

Tessera is a small, useful, and hackable framework for PHP with many obvious influences. It does not have an ORM, but it also does not prevent anyone from using one. It uses plain PHP for its templating and views. If you don’t already know about it, check out the PHP alternative syntax. That said, here is where you should look should you need to know how to do something. Here, and maybe the FAQ.

Documentation

A Basic Application

Routing, and How to Use It

Views and Layouts

A Peek Inside

Tutorials

Deploying a Tessera application

Clone this wiki locally