Pulling page or blob from non-cmsms page
Posted: Wed Dec 21, 2005 8:37 am
I have a pre-existing site where have installed CMSMS but I do not really want to re design the entire site around CMSMS. That is really over kill for me. I really only need to be able to use CMS on a few sections (ie blobs) of a page or two. Basically I need certain sections of a page to be easy to edit by non-html savvy folks, but the rest of the site will be a traditional static site.
So I am thinking of a some what back-wards approach to CMS. I was looking for a way to "Pull" content from CMSMS into a non-CMSMS page. For instance, could I use a php include (or something like) from my site's pages that to "pull" a blob (or even a entire page) from my CMSMS
For example: from my site /www/todaysnews.php I would include some blob from /www/cms/currentweather_blob). Then I would make currentweather_blob editable via CMSMS
Is that possible? Can someone show me a code example? Is there a better way?
So I am thinking of a some what back-wards approach to CMS. I was looking for a way to "Pull" content from CMSMS into a non-CMSMS page. For instance, could I use a php include (or something like) from my site's pages that to "pull" a blob (or even a entire page) from my CMSMS
For example: from my site /www/todaysnews.php I would include some blob from /www/cms/currentweather_blob). Then I would make currentweather_blob editable via CMSMS
Is that possible? Can someone show me a code example? Is there a better way?