Development environments and cloning live sites
Jamroom Hosting
If you clone the site, it will make a copy of your site from that point in time only. It will be on a different domain and both domains are independent.
/**
* meta
*/
function xxAutoNotify_meta(){
$_tmp = array(
'name' => 'Auto Notify',
'url' => 'auto-notify',
.......
}
function view_xxAutoNotify_speedway($_post, $_user, $_conf)
{
return 'I like going to the speedway';
}
(bring in the header file)
(some <div>'s wrapping stuff)
(some {jrCore_list}'s listing stuff)
(bring in the footer file)
{jrCore_list module="jrActivity" ............... }