toh82 / page-generator

0 stars 0 forks source link

the content elements json config should be loaded into the app #4

Closed toh82 closed 8 years ago

toh82 commented 8 years ago
  1. php script which loads all json from the folders and delivers one big json
  2. ajax request from the app which gets the big json
  3. use the big json for creating a backbone collection

each of the models in the collection will then have the template path, all those template should be loaded via require if used.