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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -