DEV Community

Discussion on: It's the most insecure code in the world

Collapse
 
andersbjorkland profile image
Anders Björkland

Yes. And this is the way I would have coded if I didn't get hooked on PHP and just satisfied myself with the first tutorial I completed. I would not be surprised if you've seen the like: we don't need controllers, because each PHP file corresponds to a page on our website. It's the fast and easy way to get started with PHP. It took me starting with Symfony and learning about how we do mvc in PHP that turned me around.

Collapse
 
gilbert51290083 profile image
Gilbert

PHP is an easy language to learn badly.

Thread Thread
 
andersbjorkland profile image
Anders Björkland

That's a really good way to put it!