Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Auto include on index.php only working on home Reply To: Auto include on index.php only working on home

#150017
Alen
Participant

Overview of MVC Design: http://youtu.be/qXRcVhWxuaU

Some PHP frameworks that implement MVC.

  • Laravel
  • CodeIgniter
  • CakePHP
  • Symfony
  • Zend Framework
  • Yii
  • FuelPHP
  • Kohana

I like Laravel. And if you’re interested in learning more about the framework, Jeffrey Way is working on a site that will take you from novice to pro for very low monthly price. http://laracasts.com & http://laracasts.com/forum/

Although, like @traq said you should really figure out what you’re after then seek the “right” solution. You might not need framework. Or the MVC design pattern.