php - Can I use Zend Modules to "white label" my Zend Application -


I work on this Facebook application that should be "white label" for various "brands".

The "white labeled" version will use the same domain and the same DB will change the layout and style of the pages, but the "white label" and most of the business logic between the current application Will be normal.

I thought that would be a smart way of doing this to create a Zend module of my current application, and to make another module for the white label application. This second module will be "inherited" from the first one, so I do not have to duplicate the whole code. The specific logic of "white labeled" will be coded into other modules and global features in the first place.

But what is read about the module, the global feeling is that they should be in line with the independent features, that is why I am thinking that my attitude is not good ...

What do you think about it more generally, do you think that the Zend app is a good way to white label?

Perhaps the easiest way to make a white label for this app is to provide it on the same module.

All URLs will be relevant to keeping the relative, in relation to subject related information (CSS, JS, images).

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -