Dreamweaver server behavior question

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
bluecanary
Forum Newbie
Posts: 1
Joined: Tue Dec 14, 2010 7:54 pm

Dreamweaver server behavior question

Post by bluecanary »

I've built a site in dreamweaver that has a log in server behavior. Why is it that when I change the code manually, the server behavior disappears in the server behavior panel? It still works correctly, it just doesn't recognize it.
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: Dreamweaver server behavior question

Post by McInfo »

Dreamweaver uses templates to write PHP code for you. If you manually edit the generated code, it may no longer match the template.
Post Reply