Esempio n. 1
0
 /**
  * Checks and creates the index table if neccessary.
  */
 function create_index()
 {
     $indexObj = new asp_indexTable();
     $indexObj->createIndexTable();
 }