PHP Classes

File: model/model_suppliers.js

Recommend this page to a friend!
  Classes of Rodrigo Faustino   AppML PHP CRUD   model/model_suppliers.js   Download  
File: model/model_suppliers.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: 321 bytes
 

Contents

Class file image Download
{ "database" : { "connection" : "mydatabase", "sql" : "SELECT * FROM fornecedor", "maintable" : "Fornecedor", "keyfield" : "IDforn" }, "updateItems" : [ {"item" : "IDforn"}, {"item" : "Nomeforn"}, {"item" : "Contato"}, {"item" : "Endereco"}, {"item" : "CEP"}, {"item" : "Cidade"}, {"item" : "Pais"}, {"item" : "Fone"} ] }