Skip to content
Devin Smith edited this page Nov 29, 2015 · 37 revisions

Tipsy is an MVW (Model, View, Whatever) PHP framework inspired by AngularJS. It provides a very lightweight, easy to use framework, capable of handling most server-side tasks.


Contents

  1. Getting Started
  2. Server Config
  3. Installation
  4. The App Object
  5. Config
  6. Routes
  7. Services
  8. User Defined Services
  9. Built in Services
  10. Middleware
  11. Views
  12. Examples
  13. About