*/
public void run() {
// Create wizard selection wizard.
IWorkbench workbench = PlatformUI.getWorkbench();
IWizardCategory root = WorkbenchPlugin.getDefault()
.getNewWizardRegistry().getRootCategory();
IWizardDescriptor localphpWizard = root
.findWizard("com.zend.php.ide.ui.project.wizard.localphp"); //$NON-NLS-1$
if (localphpWizard == null) {// pdt
org.eclipse.ui.internal.dialogs.NewWizard wizard = new org.eclipse.ui.internal.dialogs.NewWizard();
wizard.setProjectsOnly(true);
ISelection selection = window.getSelectionService().getSelection();