this as apposed to [this]

Reply

Join Date: Jul 2009
Posts: 37
Reputation: SoN9ne is an unknown quantity at this point 
Solved Threads: 5
SoN9ne's Avatar
SoN9ne SoN9ne is offline Offline
Light Poster

Re: this as apposed to [this]

 
0
  #11
Jul 29th, 2009
Since you are new to PHP you should get into good practices now. NEVER use " unless you are using a variable. Use ' instead. On small files this isn't so important but on heavy servers or heavy scripts that can save you a lot of page load time.

As for IDE's. Zend is one of the best in my opinion. I use 5.5.1, the new one blows. EditPlus is nice too. IDE's are a personal preference. I used notepad for years. I hate dreamweaver as many experienced programmers do as well, but its not bad for beginners.

I would recommend an IDE that will allow debuggers and use the zend debugger. This will teach you how to fix many small issues veteran programmers miss, like php warnings. I programmed for almost 5 years before i used a debugger and i will never go back to not using one.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 7
Reputation: vtek is an unknown quantity at this point 
Solved Threads: 0
vtek vtek is offline Offline
Newbie Poster

Re: this as apposed to [this]

 
0
  #12
Jul 29th, 2009
Cheers for the info SoN9ne.
Ill go get zend now and take a look at it.
I like dreamweaver personally as I use it for designing rather than coding. and yes I am a beginner which is probably another reason why. I also like the fact that I can see everything live as I work both in the script panel and the design panel, that way I can learn a little more html that I may not have known already. My problem is not being able to have any visual representation of the code Im typing, Im sure when I become more experienced with php this wont be an issue and maybe the nature of the script or the ide wont have a visual representation for me to reference to so I'll just have to get used to it that bit quicker.
nice one for the advice anyway and i'll keep it in mind as I continue to learn.
Last edited by vtek; Jul 29th, 2009 at 6:05 pm. Reason: misplaced word
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 381
Reputation: langsor is an unknown quantity at this point 
Solved Threads: 33
langsor langsor is offline Offline
Posting Whiz

Re: this as apposed to [this]

 
0
  #13
Jul 29th, 2009
Hey,

On the subject of development environments. I'm sure the Zend IDE is a good suggestion, however I too use Dreamweaver but just in Source view mode. I also have an Apache server running locally with PHP support, so I can make changes in source view, hit F12 for my browser and view the changes live running on my local server. It's pretty easy to point Dreamweaver to launch from your server environment too.

There are plenty of good builds of Apache with PHP and MySql and more all ready to roll for your PC environment (I run on Windows XP Pro), but the one I use that works great and is easy-breezy to install is found here, and free: http://www.indigostar.com/indigoampp.html

Good luck to you
Google is the answer to all of your questions -- the trick is knowing what question to ask in your specific predicament.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC