ZF-6276: Creating a project under existing project - loss of data
Description
When I create a project under an existing project I get the following IndexController:
(btw - I would expect that Zend_Tool alert me about it first and ask if I really want to continue this operation)
<?php
require_once 'Zend/Controller/Action.php';
class IndexController extends Zend_Controller_Action {
public function init()
{
/* Initialize action controller here */
}
public function indexAction()
{
// action body
}
public function indexAction()
{
// action body
}
}
Comments
Posted by Ralph Schindler (ralph) on 2009-06-28T15:12:17.000+0000
Fixed in r16345 by adding the ability to check parent directories for project profiles