![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Making PHP work
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 20,227
|
Website owners : Should you avoid Frameworks?
Not all of them; but many of them.
What I noticed : 1. Too many new "developers" with limited skills can set your website up but then can't do anything to improve it. 2. Then you have to find another developer that understands that particular Framework. 3. The Framework will "go out of style" and then you can't find any developer to work with it. 4. Seems like using certain Frameworks is just a way for a developer to keep you stuck using him. ![]()
__________________
Make Money with Porn |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Pay Per Minute Products
Industry Role:
Join Date: Nov 2015
Posts: 299
|
Agreed.. I have tons of entire websites build using PHP/MySQL (primarily) and none of them are based off of a framework.
Of course new devs will think this is not a good idea, but IMO that's because they have been trained to code on Zend/CodeIgniter or Django (for Python). And it can be a problem if your entire site is based on that as it places you in a box. I played around with developing some plugins for WP which turned out to be a major pain because WP is constantly having to upgrade and those changes can often affect how your plugin works. I think as long as you have a good structure, scalability, etc. it will be easier to adapt to new changes. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 | |
Making PHP work
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 20,227
|
Quote:
I said all that just because Laravel sucks. ![]() But more technical : https://www.youtube.com/watch?v=xI1wrc0s4p0
__________________
Make Money with Porn |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Industry Role:
Join Date: Jul 2004
Posts: 7,738
|
ditto. never seen a need for any of them in this business. programming some sort of CMS in php is pretty easy and avoids bloatware & potential vulnerabilities.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Confirmed User
Industry Role:
Join Date: Oct 2017
Posts: 302
|
If you value your time, then a framework is a must imo...if you intend to build a rather complex system. Frameworks handles most security exploits that you would have to handle yourself and has features that you'd have to code yourself which is a huge waste of time.
I tend to stick with flask for Python and martini for go. Frameworks like Django are way too bloated for me, light frameworks are the way to go. |
![]() |
![]() ![]() ![]() ![]() ![]() |