public
Description: sample php 10gen application
Homepage: http://sample-php.10gen.com/
Clone URL: git://github.com/10gen/sample-php.git
sample-php / _init.js
100644 7 lines (4 sloc) 0.165 kb
1
2
3
4
5
6
7
core.core.routes();
 
var routes = Routes.create(local.$);
 
// This is necessary to run basic's _init.js. It doesn't matter that foo is nonexistent.
local.basic.foo;