Where is database definition for Examples Site tutorials

Login or register to post comments
3 replies [Last post]
LaCeja's picture
Offline
Joined: 11/04/2009

I want to do the tutorial for the Examples Site, but cannot find the database tables definitions it requires. Can someone please point me in the right direction?

Thanks

alex94040's picture
Offline
Joined: 11/06/2008

The SQL files are available under http://trac.qcu.be/projects/qcubed/browser/framework/branches/1.1/assets.... Look for *.sql files.

- or, in your locally downloaded / SVN sync under assets/_core/php/examples
/*.sql

There are two versions - one for SQL Server, one for MySQL.

profnotime's picture
Offline
Joined: 01/13/2009

laceja,

If you have downloaded Qcubed, it is bundled with the examples and the database script is found in there under the examples directory/folder: namely mysql_innodb.sql and sql_server.sql. Check it out. Moreso, a locally running example site makes for a faster learning pace, speaking from XP!

LaCeja's picture
Offline
Joined: 11/04/2009

Thank you! For some of us newbies, who don't yet know what we don't know, it might be good to have this information integrated into the instructions of the Examples Site. I can imagine some newbies being too embarrassed (or too stubborn) to ask.

Thanks again. Your efforts are greatly appreciated!