All Projects → c9s → Lazybone

c9s / Lazybone

MicroFramework: LazyRecord + BackBone + Roller RESTful Router

Programming Languages

javascript
184084 projects - #8 most used programming language

LazyBone Micro Framework

This is a demonstration of the todoapp from backbone.js example.

Which uses LazyRecord as ORM, Roller Router to handle RESTful requests.

Bootstrap

Install Onion:

$ curl http://install.onionphp.org/ | bash
$ onion bundle

Install LazyRecord:

$ pear channel-discover pear.corneltek.com
$ pear install corneltek/LazyRecord

Build database config:

$ lazy build-conf config/lazy.yml

Build sql:

$ lazy build-sql

Change permission:

$ chmod 666 /tmp/todos.db

Check bootstrap.php script

$ php bootstrap.php
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].