08-30-2006, 07:18 PM | #1 (permalink) |
Junkie
Location: San Antonio, TX
|
[php] What do you think of php?
Hi,
I'm interviewing with a company that is a php shop... I've always been pretty biased against php, however. I'm not a big fan of mixing code and content, and php seems to make it far to easy to do exactly that. I like this company other than the php thing, however, and I'm sure I can handle php just fine. Anybody else had much experience moving from 'other' languages as their primary development languages (perl and Java in my case) to php? Thoughts? |
09-25-2006, 09:39 PM | #2 (permalink) |
Upright
|
There's no reason to have anything against PHP. If you are familiar with C-like languages, there is no learning curve associated with migrating to PHP.
A lot of people shy away from PHP because it is so accessible. I guess they feel that if it's so easy to learn (like flash) then it must be not as useful for a professional-class developer. This is probably true for flash but in the case of PHP, it is not. If you know your HTML and JS, then you'll be fine with PHP. |
09-26-2006, 04:14 AM | #3 (permalink) |
Tilted Cat Head
Administrator
Location: Manhattan, NY
|
i'm trying to understand your perception of "mixing code and content" as this forum runs on PHP the content is held in a SQL backend. How is it mixed?
I'm curious because our company recently implemented a system for content distribution and they went all over the place from c# to PHP to ASP to finally .NET. All I can say is that the app sucks donkey ball and would have been able to be done with a simple php off the shelf or even freeware solution.
__________________
I don't care if you are black, white, purple, green, Chinese, Japanese, Korean, hippie, cop, bum, admin, user, English, Irish, French, Catholic, Protestant, Jewish, Buddhist, Muslim, indian, cowboy, tall, short, fat, skinny, emo, punk, mod, rocker, straight, gay, lesbian, jock, nerd, geek, Democrat, Republican, Libertarian, Independent, driver, pedestrian, or bicyclist, either you're an asshole or you're not. |
09-26-2006, 04:42 AM | #4 (permalink) |
Adequate
Location: In my angry-dome.
|
Something I used to have hanging on my wall to point to whenever discussions of tech turned religious:
Even though you find <blah> psychologically challenging, it's important to your business. Other people find it useful and you will keep running into it. When personally challenged I'd buckle down and spend a few nights on little projects until things flowed more easily. When you get older you can look back and jeer, much like I do with Pascal.
__________________
There are a vast number of people who are uninformed and heavily propagandized, but fundamentally decent. The propaganda that inundates them is effective when unchallenged, but much of it goes only skin deep. If they can be brought to raise questions and apply their decent instincts and basic intelligence, many people quickly escape the confines of the doctrinal system and are willing to do something to help others who are really suffering and oppressed." -Manufacturing Consent: Noam Chomsky and the Media, p. 195 |
09-26-2006, 12:38 PM | #5 (permalink) |
Insane
Location: Somewhere
|
I wouldn't blame PHP for mixing code and content. It's easy to do that in other languages too. I'd say it's mostly due to the person designing the system in the first place. Regardless of the language, if you don't structure a system properly, then code and content will get mixed together.
I agree with the others who mentioned the accessibility of PHP. It has the smallest learning curve out of all the languages I have used, making it accessible to more people. A lot of these people probably don't have the background or the desire to separate code and content. My opinion is that the language doesn't really matter. It may be easier to write messy code in PHP than other languages, but in the end it all comes down to the actual design of the software, not the language it's written in. |
09-26-2006, 12:55 PM | #6 (permalink) |
Junkie
Location: In the middle of the desert.
|
I created a personal website using all PHP open source code. I am not very experienced with PHP yet, but find it easy to work with and I am happy with the results.
__________________
DEMOCRACY is where your vote counts, FEUDALISM is where your count votes. |
09-26-2006, 02:02 PM | #7 (permalink) |
Registered User
|
Bad coders are always going to produce sloppy, mixed, bad code no matter how you look at it. I personally don't see the point in blaming a language for the flaws of its coders.
It does have some peculiarities though - e.g. some function names are word-separated by an underscore, and some aren't (strip_tags vs. strtolower for example) |
09-26-2006, 06:21 PM | #8 (permalink) |
Crazy
Location: Salt Town, UT
|
I currently program in PHP professionally. So I'll chime in.
PHP is a fine language, other than the craziness that sometimes comes with the naming "scheme" of the functions. The code I am stuck in all day is object oriented and seperates code from display via a template engine. Even with that however, the initial design of the codebase has been completely over-extended so it's a bit of a hodge-podge to get coding in. So even with a fairly decent overall design, and a template engine, the codebase still got ugly. I don't blame this on the language however because I have seen much worse atrocities in Perl, Java and C. So I would say that don't be afraid of the job because of PHP, it's just another language, and a simple one at that. You may find yourself getting bored at the standard day to day tasks ("we want this report", "we need this new form"), so you may want to start some hobby programming on the side. |
Tags |
php |
|
|