Skip to content

Commit

Permalink
📝 new release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Sep 11, 2018
1 parent 860a33b commit 5eb63a7
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions includes/constantes.php
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?php
/**
* SysGen - System Generator with Formdin Framework
* Download Formdin Framework: https://github.com/bjverde/formDin
*
* @author Bjverde <[email protected]>
* @license https://github.com/bjverde/sysgen/blob/master/LICENSE GPL-3.0
* @link https://github.com/bjverde/sysgen
*
* PHP Version 5.6
*/
$debug = false;

define('SYSTEM_NAME', 'Gerador de Sistemas em FormDin');
define('SYSTEM_NAME_SUB', 'write less, do more. But "Talk is Cheap. Show me the Code"! ');
define('SYSTEM_ACRONYM', 'sysGen');
define('SYSTEM_VERSION', '0.8.0-alpha');
define('APLICATIVO', SYSTEM_ACRONYM);
define('DS', DIRECTORY_SEPARATOR);
define('ROOT_PATH', '../');
define('CHAR_MAX_TEXT_FIELD', 101);

define('TABLE_TYPE_TABLE', 'TABLE');
define('TABLE_TYPE_VIEW', 'VIEW');
<?php
/**
* SysGen - System Generator with Formdin Framework
* Download Formdin Framework: https://github.com/bjverde/formDin
*
* @author Bjverde <[email protected]>
* @license https://github.com/bjverde/sysgen/blob/master/LICENSE GPL-3.0
* @link https://github.com/bjverde/sysgen
*
* PHP Version 5.6
*/
$debug = false;

define('SYSTEM_NAME', 'Gerador de Sistemas em FormDin');
define('SYSTEM_NAME_SUB', 'write less, do more. But "Talk is Cheap. Show me the Code"! ');
define('SYSTEM_ACRONYM', 'sysGen');
define('SYSTEM_VERSION', '0.8.0');
define('APLICATIVO', SYSTEM_ACRONYM);
define('DS', DIRECTORY_SEPARATOR);
define('ROOT_PATH', '../');
define('CHAR_MAX_TEXT_FIELD', 101);

define('TABLE_TYPE_TABLE', 'TABLE');
define('TABLE_TYPE_VIEW', 'VIEW');

0 comments on commit 5eb63a7

Please sign in to comment.