Your thought on PHP

Reply

Join Date: Sep 2008
Posts: 1
Reputation: sanjitmukherjee is an unknown quantity at this point 
Solved Threads: 0
sanjitmukherjee sanjitmukherjee is offline Offline
Newbie Poster

Re: Your thought on PHP

 
0
  #11
Sep 4th, 2008
Originally Posted by sdhariwal View Post
I am a PHP developer and enjoying my work in it , but i was very disappointed when some of my colleagues said that the PHP is bullshit... it is not a programming language... there is no future in it... i was very amazed when other professional doesn't consider me as a software developer... so what your say?

what you think about PHP share with us...
I am also PHP developer and think it has great opportunity and prosperity, it is platform uniform whereas it has facility of data hiding.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 429
Reputation: Denniz is on a distinguished road 
Solved Threads: 15
Denniz's Avatar
Denniz Denniz is offline Offline
Posting Pro in Training

Re: Your thought on PHP

 
0
  #12
Sep 26th, 2008
I wouldn't say PHP has no future. It is one of the most popular and widely used server-side scripting language.

As for whether it is a programming language, it all depends on what's your definition of a programming language.

Traditional programming language (eg C++) requires compiler to make the source files into object files, and linker to link all the object files and libraries into executable. Scripting languages work differently, as in they require some interpreter or preprocessor to parse them, but no compiler or linker involved. In a way, scripting languages are more limited in their usage, but I wouldn't say they are bullshit.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 14
Reputation: Lethos is an unknown quantity at this point 
Solved Threads: 0
Lethos Lethos is offline Offline
Newbie Poster

Re: Your thought on PHP

 
0
  #13
Oct 3rd, 2008
I think the definition of a language, depends heavily on what can be accomplished with it.
Clearly alot can be done with PHP, so it's far from being "Bullshit".

Now if they critique more yourself, I guess you have to ask yourself, what are you doing with PHP?

If you are making professional level Programs. Apps, or websites etc and making full use of any and all features PHP has to offer, and getting paid well to do it, then I would say they are jealous, or just being "snobs" or "Elitists".

Sure there are other ways it can be done, but PHP is a very flexible language on the whole, and widely used, so why not?
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 9
Reputation: tlcoffee is an unknown quantity at this point 
Solved Threads: 0
tlcoffee's Avatar
tlcoffee tlcoffee is offline Offline
Newbie Poster

Re: Your thought on PHP

 
0
  #14
Oct 7th, 2008
PHP is a great language and has its place in the world. Its backed by thousands of developers and since it is supported and maintained so well, there really is no sense in calling it "bullshit" at all. PHP provides a stable environment for web development and in my opinion the best language to develop web applications in.

I started with perl as my programming language when I first started in IT. It has its place in my back-end programming but if I'm doing any front-end then its in PHP flat out no playing around.

I also dig C# for my windows programming and since none of the above languages are actually "binary compiled" (C# compiler doesn't actually compile an executable binary, instead it contains meta-data and IL code) does that mean I'm not a programmer?

I don't care what language your working with, if your code produces functional results in any applicable manner then I am going to call you a programmer.

Just my 2 cents.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 849
Reputation: R0bb0b is on a distinguished road 
Solved Threads: 67
R0bb0b's Avatar
R0bb0b R0bb0b is offline Offline
Practically a Posting Shark

Re: Your thought on PHP

 
0
  #15
Oct 10th, 2008
Sounds to me like they are just jealous because they have no idea the symphony of css, javascript, ajax, php, sql, http etc... How, to be a web developer, especially now days, requires knowledge of several languages, techniques and the ability to take advantage of new languages and techniques as they become popular. The technology of web development moves so fast that by the time you graduate college, you don't know the half of it. I had never even heard of ajax until 3 months after I graduated just 2 years ago, and now everyone wants it. Next time someone tries to tell you this, just say; Oh stop being mad just because you can't keep up.
“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” - Dr. Seuss

-- The documentation is inevitable, you may get away with it for a little while but eventually you too will have to do the deed.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 2,052
Reputation: serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light 
Solved Threads: 118
Featured Poster
serkan sendur serkan sendur is offline Offline
Postaholic

Re: Your thought on PHP

 
0
  #16
Oct 17th, 2008
i started web programming with standart asp(also known as classical asp), then i miggrated to asp.net 3 years ago. when i started to classical asp, i was told that php is alike, so there are no class structures and stuff i believe. code reusability must be a problem then. and also it will be hard to do component based programming in php. how do you guys compare php to asp.net ? and by learning asp.net you will have a chance to develop other windows and mobile applications by the same tools besides web development. So every asp.net developer can be count as a software developer as well, whereas a php developer could only develop web apps by his php related skills. am i right?
Due to lack of freedom of speech, i no longer post on this website.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 849
Reputation: R0bb0b is on a distinguished road 
Solved Threads: 67
R0bb0b's Avatar
R0bb0b R0bb0b is offline Offline
Practically a Posting Shark

Re: Your thought on PHP

 
0
  #17
Oct 17th, 2008
Originally Posted by serkansendur View Post
by his php related skills
Exactly.
PHP has far advanced past classic asp and has included class structures for years. They're actually talking about namespaces in php 6, but will require some refining after the initial release I'm sure.
I think php does really well for web apps but it does have potential to do much more from standard database functionality to socket programming. I would say that at the time that asp.net was released, php was comparable to classic asp, but at that time asp was abandoned while php was not.
Code reusability works just like anything else, I actually have a library full of classes that I use frequently.
Last edited by R0bb0b; Oct 17th, 2008 at 4:42 am.
“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” - Dr. Seuss

-- The documentation is inevitable, you may get away with it for a little while but eventually you too will have to do the deed.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 2,052
Reputation: serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light 
Solved Threads: 118
Featured Poster
serkan sendur serkan sendur is offline Offline
Postaholic

Re: Your thought on PHP

 
0
  #18
Oct 17th, 2008
do you also have a seperation between the html markup and codebehind file? do you advise me as a professional asp.net developer to learn php? And how long will it take me to master php given that i am experinced in asp.net?
Due to lack of freedom of speech, i no longer post on this website.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 849
Reputation: R0bb0b is on a distinguished road 
Solved Threads: 67
R0bb0b's Avatar
R0bb0b R0bb0b is offline Offline
Practically a Posting Shark

Re: Your thought on PHP

 
0
  #19
Oct 17th, 2008
Originally Posted by serkansendur View Post
do you also have a seperation between the html markup and codebehind file? do you advise me as a professional asp.net developer to learn php? And how long will it take me to master php given that i am experinced in asp.net?
No codebehind, although I've heard claims. Honestly, I think every developer should know some type of multi-platform language. Certainly don't change your career path over it but there is something to be said for being able to pull out a file and just start typing away without worrying about having this library loaded or that library loaded or having to recompile DLLs or what type of server you are going to put it on. You will also find it to be a very forgiving language and to be honest, I didn't pick up one book to learn it because the online resources are so vast. Of course, since it is an interpreted language it is a bit slower but that is the price we pay. PHP is as simple or as complicated as you want to make it and I like the do it my own way perspective and the fact that a community of developers just like me decide which way PHP will go instead of being driven by profit. These are some of the reasons why I have grown to love it so.
I am certainly not biased, I do like Asp.net and what they have done and am actually a huge C# and SQL Server fan. I just don't think development should cost so much.
“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” - Dr. Seuss

-- The documentation is inevitable, you may get away with it for a little while but eventually you too will have to do the deed.
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 IT Professionals' Lounge Forum
Thread Tools Search this Thread



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

©2003 - 2009 DaniWeb® LLC