00001 <?php 00027 // Get the instance 00028 $io = ObjectFactory::createObjectByConfiguredName('file_io_class'); 00029 00030 // Is the app variable there and valid? 00031 if (is_object($app)) $app->setFileIoInstance($io); 00032 00033 // [EOF] 00034 ?>