PHP Text Editor???

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
ben.artiss
Forum Contributor
Posts: 116
Joined: Fri Jan 23, 2009 3:04 pm

Re: PHP Text Editor???

Post by ben.artiss »

Hi Jamie,

Dreamweaver does have template support which lets you insert editable regions, so you end up with one file controlling the appearance of many files (i.e. when you save changes to the template it updates all other files based on it). As for PHP text editor... I've never really heard of anything, maybe take a look at TinyMCE (but for that you'd need to store the data somewhere, e.g. MySQL).

Hope that helps.
Regards, Ben
Post Reply