Commit Graph

10 Commits

Author SHA1 Message Date
marco
34153e8df6 Refactor all env variables into Env class. 2015-08-08 22:35:46 +02:00
marco
0cf526375d Db name generator should be private. 2015-08-08 16:52:26 +02:00
marco
fa16a49c1d Add plugin name as environment variable. 2015-08-08 16:51:44 +02:00
marco
5d7cbf136d Final subscriber with ORM. 2015-08-07 18:30:31 +02:00
marco
4378d42274 First implementation of the Subscriber ORM Model. 2015-08-07 15:36:43 +02:00
marco
065afb9c61 Add db source name to Env. 2015-08-07 12:57:12 +02:00
marco
eee532c62a Add a global plugin prefix to the environment class. 2015-08-03 19:57:13 +02:00
marco
47b874725b Add DB charset to Env. 2015-07-30 15:32:38 +02:00
marco
8b9cc8c109 Add all WP db variable to the Env. 2015-07-29 16:35:10 +02:00
marco
8e0217674f Env class to hold all environment variables.
We are going to use this class to store all variables
that we would store with globals and defines.
It will be initialized in the initializer and we'll be
able to get any variable with static methods.
2015-07-29 16:23:50 +02:00