PHP Classes

File: model/model_products.js

Recommend this page to a friend!
  Classes of Rodrigo Faustino   AppML PHP CRUD   model/model_products.js   Download  
File: model/model_products.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: AppML PHP CRUD
Example of the AppML to build CRUD pages
Author: By
Last change:
Date: 6 months ago
Size: 375 bytes
 

Contents

Class file image Download
{ "security": "admin", "database" : { "connection" : "mydatabase", "sql" : "SELECT * FROM produtos", "maintable" : "produtos", "keyfield" : "IDprod" },"restrictions" : { "Unidade" : {"maxlength": 3}, "Preco" : {"max": 999,"min": 10} }, "updateItems" : [ {"item" : "NomeProd"}, {"item" : "IDforn"}, {"item" : "IDCat"}, {"item" : "Unidade"}, {"item" : "Preco"} ] }