-----Original Message----- From: Timmy Sjöstedt [mailto:me@xxxxxxxxxxx] Sent: Thursday, July 12, 2012 6:01 PM To: php-general@xxxxxxxxxxxxx Subject: Re: Entry point of an MVC framework On 07/12/2012 11:44 PM, Daevid Vincent wrote: >> -----Original Message----- >> From: Simon Dániel [mailto:simondani91@xxxxxxxxx] >> Sent: Thursday, July 12, 2012 1:21 PM >> Subject: Entry point of an MVC framework >> >> I have started to develop a simple MVC framework. > > Yeah! Just what PHP needs, another MVC framework.... > > NOT. > > Why are you re-inventing the wheel? > > Personally I *hate* frameworks with a passion, but if you're going to > use one, then why not just build with one that is already out there > and well supported. http://www.phpframeworks.com/ to start with. > > I would say this is a perfectly sane idea if one wants to learn how things actually work. Most frameworks, however, are very bloated because they have to support and implement many things, as they are general purpose frameworks used by everybody and their dogs. If you only want what you need, and you know how to do it, rolling your own system is no problem. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php ---------------------------------------------------------------------------- ------------------------- Timmy, Thank GOD someone said it. 99.999% of every MVC framework you can download is crammed to the hilt with BLOAT. I also agree that knowing/understanding a MVC framework is vital and sometimes the only way to learn is to recreate the madness you see in front of you. I like many people have created my OWN MVC framework customized to my madness and NO BLOAT!!!!!! I do suggest if you're starting out in MVC frameworks. You have a better understand of .htaccess and or web.conf for better control and flexibility. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php