Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Any Tutorials or Tips About pQg?
- // Import the JDO java class for the database
- import myDatabase.demo;
- // Define the database tables for pQg
- $pQgCfgClass ['demo'] = 'myDatabase.demo';
- $pQgCfgKey ['demo'] = 'id';
- $pQgCfgFields ['demo'] = array ( 'id', 'field1', 'field2' );
- $pQgCfgTypes ['demo'] = array ( 'Long', 'Long', 'String' );`
Advertisement
Add Comment
Please, Sign In to add comment