Oracle Owner name in PHPMaker Project

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
fvercesi
User
Posts: 24

Oracle Owner name in PHPMaker Project

Post by fvercesi »

Hello,

When doing a release in production of an application generated using PHPMaker and connected to an Oracle base, I found a rather inconvenient situation.

In all files [TABLE] info.php there were several times the OWNER name of the tables fixed with the information I put in the project database configuration. However, this information may be different in the environment that the application is being released. Hence, in order to work, it is necessary to use a locate and replace tool.

I see that this information could be taken from the file ewcfg14.php, since there already we have both the user name and the schema.

As an example of variables / functions that are with this fixed information I quote these:

$ this-> UpdateTable
function getSqlFrom ()
function getSqlFrom ()

Is there any way to do this dynamically?

Regards,
Filipe


arbei
User
Posts: 9356

Post by arbei »

I think there is no easy way to change the owner name because it is generated in the files.

You can send this problem as a new feature request to the feature request forum.


Post Reply