Quote:
Originally Posted by zijlstravideo
Yeah, like why would anyone need a fancy framework to pull and write some data to a database. Seems like a complete overkill to me.
I also really dislike digging through other people's code... debugging takes so much more time if you didn't write the code yourself.
|
My point was that if all he's aiming to do is a make a production ready site, and seems to be learning everything from the ground up. a frame work may come in handy.
As it takes a lot of the absolute bullshit out of raw PHP, that may keep this poor guy developing for years and never producing anything.
XSS prevention, Security, Media files, Image uploads, validation, relationships, etc etc etc, are a lot of work in raw php, and DEAD simple with a framework.
So is he trynna make a site? or trynna learn PHP.
If all he wants to do is make a site, and he has basic PHP Knowledge a framework will take alot of the pain out.
If he wants to learn PHP, have at 'er