Guest User

Untitled

a guest
May 3rd, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Any Tutorials or Tips About pQg?
  2. // Import the JDO java class for the database
  3.  
  4. import myDatabase.demo;
  5.  
  6. // Define the database tables for pQg
  7.  
  8. $pQgCfgClass ['demo'] = 'myDatabase.demo';
  9. $pQgCfgKey ['demo'] = 'id';
  10. $pQgCfgFields ['demo'] = array ( 'id', 'field1', 'field2' );
  11. $pQgCfgTypes ['demo'] = array ( 'Long', 'Long', 'String' );`
Advertisement
Add Comment
Please, Sign In to add comment