Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 421 Bytes

nBaseXHierarchy.md

File metadata and controls

22 lines (18 loc) · 421 Bytes
author tags
emchateau
basex, webapp

Organisation des fichiers avec BaseX

Réflexions sur l'organisation des fichiers d'une Web App BaseX

Structure MVC . ├── controllers │ └── blog.xq ├── layouts │ └── default.html ├── models │ └── blog.xml ├── views └── blog └── index.xq