Danny620 Posted December 19, 2011 Share Posted December 19, 2011 I've been surfing the net recently for php cms system that I can implement into my clients websites, I've come across a really cool cms system pagelime. The cool thing about pagelime is that you can assign a css class to any div in the html document and pagelime can remotely read this html document and make that css div editable. then pagelime can save or generate the newly edited page. So... my question is how is this done? do they parse the html document via ftp into a php string then load it into a editor where the code is updated via ajax then remotely written back. Is there a industry word for this type of system? that I could use to find tuts on this topic? If someone is willing to point me in the right direction for more info then I will gladly share my finished cms system Thanks Danny Link to comment https://forums.phpfreaks.com/topic/253447-cms-help-needed/ Share on other sites More sharing options...
scootstah Posted December 19, 2011 Share Posted December 19, 2011 It's just simple Javascript. http://www.appelsiini.net/projects/jeditable Link to comment https://forums.phpfreaks.com/topic/253447-cms-help-needed/#findComment-1299127 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.