Code hint for classes not working in CS4

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
marius_melbourne
Forum Newbie
Posts: 2
Joined: Mon Feb 07, 2011 12:44 pm

Code hint for classes not working in CS4

Post by marius_melbourne »

Can anyone tell me how Dreamweaver CS4 can show code hints for a php class. For example if I declare variables and methods within a class and I type $this-> then the code hint should show the list of variables and methods within that class. Ctrl+space does not show it.
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: Code hint for classes not working in CS4

Post by Jade »

I would start with the Dreamweaver manual: http://help.adobe.com/en_US/Dreamweaver ... 7bd7a.html
marius_melbourne
Forum Newbie
Posts: 2
Joined: Mon Feb 07, 2011 12:44 pm

Re: Code hint for classes not working in CS4

Post by marius_melbourne »

I looked everywhere, CS4 is just not suited for my coding needs. I find Zend Studio to be the best php editor by far when coding an MVC (Model-View-Controller) style project.
Post Reply