Bug #2998

Adjust Templates to new Namespace Syntax

Added by Christoph Blömer over 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-03-30
Priority:Must have Due date:
Assigned To:David Bruehlmeier % Done:

100%

Category:New Package Wizard (FLOW3)
Target version:2.0

Description

DEV3 1.1.0 is running fine on Eclipse Galileo with PDT 2.1M6.
This version supports now namespaces from PHP5.3.

When creating a package the Default template shows

F3_TestPackage_Controller_Default

But it should be
namespace F3\TestPackage\Controller;
and
class DefaultController extends...

Associated revisions

Revision 1209
Added by Andreas Wolf almost 6 years ago

Fixed bug #2998 - Adjust Templates to new Namespace Syntax

Also fixed wrong name for view base class (AbstractView instead of
Abstract)

Revision 1209
Added by Andreas Wolf almost 6 years ago

Fixed bug #2998 - Adjust Templates to new Namespace Syntax

Also fixed wrong name for view base class (AbstractView instead of
Abstract)

History

#1 Updated by David Bruehlmeier over 6 years ago

  • Status changed from New to Accepted

#2 Updated by Andreas Wolf almost 6 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r1209.

Also available in: Atom PDF