Book a Demo

Author Topic: PHP Code Generation  (Read 2152 times)

t.rakowski

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
PHP Code Generation
« on: January 27, 2009, 07:26:16 am »
I'm trying to generate code from the following code Class Model

+ System
   + Test
       System_Test_Subclass
 System_Main

It almost works for me. The output I get is:

System/Test/System_Test_Subclass.php
System/System_Main.php

And the output I need is:

System/Test/Subclass.php
System/Main.php

Is there a way to change that so it works the way I need it ?
Is there an option or a file that controls the way it is all generated ?

Thanks,

Tomasz Rakowski