Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 1st, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Extjs MVC folder structure can't load files
  2. -account_manger
  3. --app
  4. --index.html
  5. --app.js
  6. --controller
  7. ---Users.js
  8.        
  9. AccountManager
  10. - index.html
  11. - app.js
  12. - app/
  13.   - controller/
  14.     - Users.js
  15.   - view/
  16.     - Users.js
  17.   - model/
  18.    ...
  19.   - store/
  20.    ...