I'm using HTML Purifier and saw a naming conflict with my existing code. The variable $config (an array) is already in use in my code for my config.ini file but based on the HTML Purifier docs, it's also using $config (as object) for customization. Is there a way to rename the $config used by HTML Purifier to something like $htmlpur_config?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
When you create your configuration object just name it differently
The key is creating the |
|||||
|
|
Just use a different variable:
|
|||
|
|