PHP Classes

File: data/appml_config.php

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

Contents

Class file image Download
<?php echo("Access Forbidden");exit();?>
{
"dateformat" : "dd-mm-yyyy",
"databases" : [{
    "connection" : "mydatabase",
    "host" : "localhost",
    "dbname" : "DemoDB",
    "username" : "root",
    "password" : ""
}]
}