GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   PHP is much better than you think (https://gfy.com/showthread.php?t=1074730)

Brujah 07-15-2012 08:52 PM

PHP is much better than you think
 
The biggest problem of these rants is that they come from people stuck in the old days of PHP. They either don't care or they don't want to admit that PHP actually evolves at a very fast pace, both at the language level but also at the community level. In fact, it evolves much faster than any other language or web platform. It has not always been the case, but the last 5 years have been an amazing journey for PHP.

http://fabien.potencier.org/article/...than-you-think

Zoxxa 07-15-2012 09:11 PM

I love php, I love python, I love ruby. I learned php first and I am great at it. I code all my web apps with it. I use CodeIgniter which I find to be the best framework for a one man team.

What I realized early on was that I blamed PHP for being slow, when in fact I sucked balls at indexing my databases. I spent 99.99% of my time learning php and no time on my database design or SQL. I had shitty designs with shitty SQL queries that made my sites slow as fuck. People have put WAY too much attention towards the language and not enough on the database, this is the heart of your app and you need to learn how to optimize it. It is quite easy, spend the time.

PornMD 07-15-2012 09:13 PM

Who would bitch about PHP? It's the backbone of Wordpress among many other things and is an integral part of the web - I don't think that's by accident.

2012 07-15-2012 09:28 PM

safe mode

r00bz 07-15-2012 09:33 PM

Ruby > PHP
so..
Rails > CI

SiliconToad 07-15-2012 09:37 PM

Quote:

Originally Posted by r00bz (Post 19061187)
Ruby > PHP
so..
Rails > CI

You <= Stupid
so..
Idiot == You
and..
You != Reliable Source

Zoxxa 07-15-2012 09:40 PM

Operators, how clever.

http://i.imgur.com/oUvgd.jpg

Brujah 07-15-2012 09:44 PM

I like Ruby too, as well as Python.

nextri 07-16-2012 03:53 AM

facebook runs on php. I guess that says something..

seeandsee 07-16-2012 04:05 AM

php is great, but i dont have good place to learn all secrets

Barefootsies 07-16-2012 04:36 AM

Quote:

Originally Posted by SiliconToad (Post 19061192)
You <= Stupid
so..
Idiot == You
and..
You != Reliable Source


mafia_man 07-16-2012 04:42 AM

If I had to start a new project today from scratch I wouldn't pick PHP.

Yes it's popular, yes it powers Wordpress and the rest of them, yes it's a piece of piss to deploy but fuck me I severely dislike the language; from the syntax to the shitty bolted on OO system, wannabe closures and crappy defaults.

PHP is a bad language made infinitely worse by script kiddies who don't have a clue what they are doing.

I haven't looked back since moving to Ruby. That said if I was coding a commercial script like a tube script, I'd use PHP.

CurrentlySober 07-16-2012 04:59 AM

i like Pretty Hard Poos...

Klen 07-16-2012 07:14 AM

Quote:

Originally Posted by mafia_man (Post 19061485)
If I had to start a new project today from scratch I wouldn't pick PHP.

Yes it's popular, yes it powers Wordpress and the rest of them, yes it's a piece of piss to deploy but fuck me I severely dislike the language; from the syntax to the shitty bolted on OO system, wannabe closures and crappy defaults.

PHP is a bad language made infinitely worse by script kiddies who don't have a clue what they are doing.

I haven't looked back since moving to Ruby. That said if I was coding a commercial script like a tube script, I'd use PHP.

The good and bad thing at php you can do same thing with million of different ways-for example when i was looking for pagination snippet,my goal was to find example which have less lines then any other.After like 100 examples found,average number of lines was from 150 to 250,till i found example which have only 5 lines.And what is irony,examples which i used before with 150 to 250 lines was bugged while this one with 5 lines works perfectly.And this is why i stick with PHP- even if something right now is not made good,they will fix it in future and make it better.

- Jesus Christ - 07-16-2012 07:18 AM

Quote:

Originally Posted by nextri (Post 19061446)
facebook runs on php. I guess that says something..

The code base is in PHP becasue its easier to coordinate the dev team using PHP, but its actually compiled as C before its deployed.

Kiopa_Matt 07-16-2012 07:43 AM

Quote:

Originally Posted by 2012 (Post 19061181)
safe mode

Depreciated, and removed all together as of PHP v5.4.

http://php.net/manual/en/features.safe-mode.php

grumpy 07-16-2012 08:09 AM

Quote:

Originally Posted by mafia_man (Post 19061485)
If I had to start a new project today from scratch I wouldn't pick PHP.

Yes it's popular, yes it powers Wordpress and the rest of them, yes it's a piece of piss to deploy but fuck me I severely dislike the language; from the syntax to the shitty bolted on OO system, wannabe closures and crappy defaults.

PHP is a bad language made infinitely worse by script kiddies who don't have a clue what they are doing.

I haven't looked back since moving to Ruby. That said if I was coding a commercial script like a tube script, I'd use PHP.


Your out of touch.

blackmonsters 07-16-2012 08:44 AM

Quote:

Originally Posted by nextri (Post 19061446)
facebook runs on php. I guess that says something..

Not really, since PHP, PERL, etc... all run in an interperter that is written in C.

PHP, PERL, etc... are "easier ways" to execute C.

Debating which is better is like debating which gas station has the best regular gas;
neither is high octane.

:1orglaugh

mafia_man 07-16-2012 09:24 AM

Quote:

Originally Posted by KlenTelaris (Post 19061950)
The good and bad thing at php you can do same thing with million of different ways-for example when i was looking for pagination snippet,my goal was to find example which have less lines then any other.After like 100 examples found,average number of lines was from 150 to 250,till i found example which have only 5 lines.And what is irony,examples which i used before with 150 to 250 lines was bugged while this one with 5 lines works perfectly.And this is why i stick with PHP- even if something right now is not made good,they will fix it in future and make it better.

How about 'gem will_paginate' and then sticking 'will_paginate' into my template file.

Piece of piss in Rails.

Quote:

Originally Posted by grumpy (Post 19062040)
Your out of touch.

You're*

Expand on your shitty point.

HomerSimpson 07-16-2012 10:28 AM

php simply rocks...

KillerK 07-16-2012 11:05 AM

I think we will see a shift away from php on the larger more traffic'd websites.

shake 07-16-2012 11:11 AM

The right tool for the job is the most important thing. I like PHP for simpler projects, and I'm trying to start using PHP frameworks for more complicated projects as it saves a lot of time. Really enjoying using Python for some interesting multithreaded projects I'm working on these days.

Dvae 07-16-2012 12:52 PM

Anyone use Scala.
Looks very interesting. Apparentlty Twitter runs on it.
API listing here. Looks like it requires Java to run.

mafia_man 07-16-2012 01:22 PM

Quote:

Originally Posted by Dvae (Post 19062518)
Anyone use Scala.
Looks very interesting. Apparentlty Twitter runs on it.
API listing here. Looks like it requires Java to run.

Yes, but functional programming is hard to grasp if you come from OO.

I do believe it's the future though: functional programming, actor model == multi-core scaling.

Confined 07-16-2012 01:57 PM

Quote:

Originally Posted by - Jesus Christ - (Post 19061960)
The code base is in PHP becasue its easier to coordinate the dev team using PHP, but its actually compiled as C before its deployed.

+1 to jc.
Was just gonna type this...

https://github.com/facebook/hiphop-php

it's pretty good

r00bz 07-16-2012 09:54 PM

Quote:

Originally Posted by SiliconToad (Post 19061192)
You <= Stupid
so..
Idiot == You
and..
You != Reliable Source

SiliconToad['sexuality'] = 'fag'
SiliconToad['fagotry-level'] = 10000


All times are GMT -7. The time now is 08:49 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123