Jinmo

my.json

May 3rd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.  db: {
  3.   _type: 'mysql',
  4.   _type_article: {
  5.    num: 'integer',
  6.    title: 'char(60)',
  7.    content: 'text'
  8.   },
  9.   board: '_type_article'
  10.  },
  11.  page: {
  12.   home: 'home page',
  13.   board: '.db.board>>board page',
  14.   sitemap: 'home, board>>sitemap page',
  15.   profile: 'profile page',
  16.   contact: 'contact page'
  17.  }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment