If you are seeing this, then it means that the framework has been successfully installed.
Make sure your database connection properties are up to date, and then you can add tables to your database. To codegen, you will want to run the codegen using the qcodo codegen CLI tool from the command-line:
$ /home/prdkt/domains/produktiva.net/public_html/qcodo/../cli/qcodo codegen --help
Or alternatively you can use web based codegen available at:
After codegenning, you can use either of the following tools to view the "generated" draft pages of your database application:
- /drafts - to view the generated Form Drafts of your database
- /drafts/dashboard - to view the generated Panel Drafts "dashboard" of your database
- /examples/ - to run the Qcodo Examples Site locally
Qcodo Settings
• QCODO_VERSION = "0.4.15"
• __SUBDIRECTORY__ = ""
• __VIRTUAL_DIRECTORY__ = ""
• __INCLUDES__ = "/home/prdkt/domains/produktiva.net/public_html/qcodo/../includes"
• __QCODO_CORE__ = "/home/prdkt/domains/produktiva.net/public_html/qcodo/../includes/qcodo/_core"
• PHP Include Path = ".:/usr/local/php/php5/lib/php"
• QApplication::$DocumentRoot = "/home/prdkt/domains/produktiva.net/public_html/qcodo"
• QApplication::$EncodingType = "UTF-8"
• QApplication::$PathInfo = ""
• QApplication::$QueryString = ""
• QApplication::$RequestUri = "/index.php"
• QApplication::$ScriptFilename = "/home/prdkt/domains/produktiva.net/public_html/qcodo/index.php"
• QApplication::$ScriptName = "/index.php"
• QApplication::$ServerAddress = "91.200.184.100"
• QApplication::$Database[1] = array (
'adapter' => 'MySqli5',
'server' => 'serv23.sqlhost.pl',
'port' => NULL,
'encoding' => 'UTF8',
'database' => 'prdkt_qcodo',
'username' => 'prdkt_qcodo',
'password' => '********',
'profiling' => false,
)