Jump to content

[SOLVED] Fundamental issue with coding in dreamweaver cs3


isbhenrylu

Recommended Posts

Hi guys,

I've being developing websites using xhtml and css before, and dreamweaver  cs3 was great for that, but when I'm now programming with php and mysql, I found it was nearly no better than notepad.

 

First, the auto-code completion when I enter </ for html doesn't work anymore as long as it's within the <?php ?> tags. It only shows the code hint, making it a lot longer to code if I want to include html stuff in there. eg. I enter <table></  inside <?php ?> tags and it doesn't automatically complete </table> for me anymore, like what it does when it's outside of <?php ?> tags.

 

Also there is no effective code hint for php as well. eg. When I start typing a function, it only gives me the format of the function and not the codes available in which I could choose from and then simply press enter (like how in normal html when I type < it gives me all the available tags like <p>, <h1>...) . This essentially means I have to type out every php function completely by hand! I thought dreamweaver was MADE FOR programming. What's the problem. Can the above be solved or what is it. Because it really annoys me that I have to remember or look up every function every time!

 

If dreamweaver cannot do some effective code hint, anyone know a better editor?

 

Thanks.

Link to comment
Share on other sites

I'm used to dreamweaver right now so if possible I want to stick to it. For people programming in dreamweaver, how do you guys this with the problems I mentioned? Is there a way around that or is there something I didn't turn on? Or is it just that all programmers remember all their functions by heart?

Link to comment
Share on other sites

I am still running DW MX. Auto code completion I find no help. Get used to writing code and not having an IDE do it for you. It will help you remember functions and how to use them correctly. As far as auto-completion of HTML open up a second page and create your HTML within, then copy into your code area. I prefer to use the smarty template engine to separate all presentation from logic. You will have no issues using tpl files in DW.

http://smarty.net

 

Link to comment
Share on other sites

i agree that dreamweaver could be a much better code editor. but just a quick tip, if you start typing out a function, hit ctrl + space... that will bring up a window with a list of function beginning with what you typed...

 

if you want a more full blown ide, try eclipse for php... i use it once in a while, might be more of what you are looking for. and it's free.

 

http://www.eclipse.org/downloads/

Link to comment
Share on other sites

Thanks for the help guys. really really appreicate it. Just one more dumb quesiton. For the crtl +space thing that you mentiond, it doesn't quite work for me.

 

I typed:  echo date(  within php tags and then pressed crtl +space, but nothing showed up. Any ideas?

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.