Technical college entrance exam. API for CRUD state
- PHP version 5.3+ (for Pattern Lab)
- PHPUnit version 5.1.3+ (for Sebastian Bergmann)
- MySQL version 5.7+ (Oracle)
- Clone the git repository into your project's root directory or a subdirectory
- Run the SQL folder 'bd'
- File configure the variables in the configuration folder
- Enable writing rules in apache
Intraway probe can be the entirety of your web project or live side-by-side with your CMS source directory, depending on your needs. The default directory structure is as follows:
Intraway
|-- bd/
| |-- script.sql
|-- config/
| |-- Config.php
|-- logs/
|-- src/
| |-- ado/
| | | -- AdoDB.php
| |-- controller/
| | | -- Logs.php
| | | -- StatusAPI.php
| |-- model/
| | | -- StatusDB.php
|-- test/
| |-- src/
| | |-- controller/
| | | | -- StatusAPITest.php
| | |-- model/
| | | | -- StatusDBTest.php
|-- autoload.php
|-- index.php
Configuration variables at the beginning of each class.