Esempio n. 1
0
 $tablesGroupedByThis = $table->getTablesGroupedByThis();
 $hasActivationFlag = $table->getHasActivationFlag();
 $columnForMultipleTemplates = $table->getColumnForMultipleTemplates();
 $dbEngine = $table->getDbEngine();
 if ($hasActivationFlag == '1') {
     $hasActivationFlag = ' checked';
 } else {
     $hasActivationFlag = '';
 }
 $availableForSearching = $table->getAvailableForSearching();
 if ($availableForSearching == '1') {
     $availableForSearching = ' checked';
 } else {
     $availableForSearching = '';
 }
 $hasGhostTable = $table->getHasGhostTable();
 if ($hasGhostTable == '1') {
     $hasGhostTable = ' checked';
 } else {
     $hasGhostTable = '';
 }
 $hasDeletedColumn = $table->getHasDeletedColumn();
 if ($hasDeletedColumn == '1') {
     $hasDeletedColumn = ' checked';
 } else {
     $hasDeletedColumn = '';
 }
 $hasEmbededPictures = $table->getHasEmbededPictures();
 if ($hasEmbededPictures == '1') {
     $hasEmbededPictures = ' checked';
 } else {