Fast development web apps with CRUD code generator
- Apache >= 2.0
- PhalconPHP Framwork >=1.3.4
- PHP >=5.4 (extension: Pdo, mbstring, openssl)
- Sphinx Search Engine 2.2.+
- Sphinx Search (Optional)
- PhalconPHP
- libODBC x64 install CentOS: yum install unixODBC unixODBC-devel postgresql-libs (dependencies of SphinxSE)
- GD Library (>=2.0)
- Imagick PHP extension (>=6.5.7)
- PHP-mcrypt Extension
- Write database JSON structure need remove "," character at the end of a block object, array.
- Any INTEGER field in database not null, need to Zero (0) if NULL.
- After run migration task, login with default admin account:
- Email: [email protected]
- Password: 1
cache/annotations/*
cache/metadata/*
cache/volt/*
cache/security/*
cache/minified/*
logs/apache/*
logs/app/*
logs/mig/*
public/uploads/*
- View .gitignore setting and create directory map with it.
- At the root url of project, open conf/global.php and edit mysql database connection.
- Run following command in shell prompt: php cli/cli.php migrate rebuild
- This task will load existed file called data.json stored in migration/ directory.
- Run following command in shell prompt: php cli/cli.php migrate load
- After export JSON data from localhost/phpmyadmin, open file migration/data.json and paste the content follow structure: { "< table_name >": [{< json_data >}] }