I have a website that has been created in PHP. I would like to incorporate a CMS of sorts that I can leave the site editing to someone else.
I was wondering if there is anything out there I could install that would open the current php files that reside on the site so they can be amended on the fly. I am not looking to build the site up but something CMS based that can already intergrate
Thanks for any assitance.
CMS or PHP integration Help
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: CMS or PHP integration Help
I don't that such a CMS exists. The primary purpose of CMS is to manipulate content that is part of (modules, templates) or created by the system itself.omen6666 wrote:I was wondering if there is anything out there I could install that would open the current php files that reside on the site so they can be amended on the fly
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: CMS or PHP integration Help
Thanks.
I do remember installing something some time ago that did this such feature, it allows you to open the html/php page and edit it as you see it. You had to put some php code into the original php file for this to work. Was hoping it might jog someones memory.
I do remember installing something some time ago that did this such feature, it allows you to open the html/php page and edit it as you see it. You had to put some php code into the original php file for this to work. Was hoping it might jog someones memory.
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: CMS or PHP integration Help
Joomla has an editor option but only allows you to edit existing file / content.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering