Ejemplo n.º 1
0
 } 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 {
     $hasEmbededPictures = '';
 }
 $showIdInAdminLists = $table->getShowIdInAdminLists();
 if ($showIdInAdminLists == '1') {
     $showIdInAdminLists = ' checked';
 } else {
     $showIdInAdminLists = '';
 }
 $showIdInAdminForms = $table->getShowIdInAdminForms();
 if ($showIdInAdminForms == '1') {
     $showIdInAdminForms = ' checked';
 } else {