Eugene |
|
---|---|
Trust, it is what I may do easily, but I don't like it. Let me clarify: if I do global $db, $db_pages; On hosting - I will get normal variable, but on localhost - null. How I can fight it? Добавлено 1 часа спустя: I found a reason, i guess. during development somtimes I turn off CACHE $cfg['cache'] = FALSE; That makes those global variable null. I don't know if that's right, but I'm glad it's solved. |
|
This post was edited by Eugene (2013-02-04 19:10, 12 years ago) |