joomla - implementing a site wrapper in php -


i saw joomla's built in component, wrapper (or module, can't recall). page can show website(while being in site). logic behind this? suggestions on how implement in php (i don't know start)?

i'm pretty sure don't need php this, <iframe>:

<iframe src="http://google.com/"></iframe> 

Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -