Skip to content
poitch edited this page Sep 14, 2010 · 3 revisions

dokin is a small model view controller (MVC) web framework written in PHP.

No need to learn a new templating syntax, the templates are written in PHP. You can include templates from one another, allowing easy sharing of common HTML structure.

You can also use “layouts” to share the common structure of pages. They basically represent a root template.

Also included a basic ORM to access a mySQL database.

Download then simply point your DocumentRoot to webapp/app/docroot and you are ready to build your next web application. Everything you need to modify can be found under webapp/app directory.

Configuration

Clone this wiki locally