ZF-8845: application.class-name-prefix gets reset when creating a model
Description
Steps to reproduce:
zf show version
Zend Framework Version: 1.10.0beta1
mkdir ZendToolBug
cd ZendToolBug
zf create project .
cat .zfproject.xml
... ...
zf change application.class-name-prefix ZendToolBug_
cat .zfproject.xml
... ...
zf create model FooBar
cat .zfproject.xml
... ...
Expected result:
The classNamePrefix value remains "ZendToolBug_" after creating a model.
Actual result:
The classNamePrefix value is changed back to "Application_" after creating a model.
Comments
Posted by Bradley Holt (bradley.holt) on 2010-01-23T06:39:39.000+0000
I am still experiencing this problem in 1.10.0rc1.
Posted by Ralph Schindler (ralph) on 2010-01-25T13:57:27.000+0000
Fixed in r20633 in trunk and r20634 in release branch 1.10