PHP code example of spaceboy / datex

1. Go to this page and download the library: Download spaceboy/datex library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

spaceboy / datex example snippets


APP_ROOT/vendor/spaceboy/datex/bin/datex.php

APP_ROOT/app/bin/datex.php

database:
	dsn: 'mysql:host=127.0.0.1;dbname=my_database'
	user: db_user
	password: *****

>php datex.php

>php datex.php command [--parameter] [--switch]

>php datex.php tables

>php datex.php form --table table_name [--file path/to/EntityFile.php] [--overwrite] [--screen]
>php datex.php form -t=table_name [-f="path/to/EntityFile.php"] [-o] [-s]