Hi
Dne Tue, 22 Jun 2010 17:55:11 +0500 ADnan hiddenpearls@gmail.com napsal(a):
- I am thinking to code a config class in which I define all the Global
vars that are used in Schema Export ?? It will be better instead of using Global Vars in methods. what do u think ?
Class name will be PMA_SCHEMA_config ..
Why you need separate class for configuration? Shouldn't that be part of either PMA_Config (if it is some global settings) or PMA_Schema (if it is schema specific).
You don't need any global variables for both, just use method attributes for this.