Pakai Server v6.60
What's New
Template
- Pakai Server (6.60).b4xtemplate
Changes
- Many parts of code are simplified
- Additional libraries updated to latest versions
- Added MiniORM error handling
- Added MH code module to replaced all MiniHtml CreateTag subs
- Updated HelpHandler
- Replaced SetApiMessage sub with HRM sub
- Renamed ConfigureDatabase sub to InitDatabase
- Renamed resources.json to res.json
- Added Macro for MiniORM Model Generator
- Breaking code changes for MiniORMUtils
- Public MS As ORMSettings
+ Public DBS As MiniORMSettings
-DB.Join = Array("tbl_categories c", "p.category_id = c.id")
+DB.Join = DB.CreateJoin("", "tbl_categories AS c", Array("p.category_id = c.id"))