CMS or PHP integration Help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
omen6666
Forum Newbie
Posts: 2
Joined: Mon Oct 10, 2011 3:36 pm

CMS or PHP integration Help

Post by omen6666 »

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.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: CMS or PHP integration Help

Post by social_experiment »

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
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.
“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
omen6666
Forum Newbie
Posts: 2
Joined: Mon Oct 10, 2011 3:36 pm

Re: CMS or PHP integration Help

Post by omen6666 »

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.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: CMS or PHP integration Help

Post by social_experiment »

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
Post Reply