Can I use a PHP framework without index.php or MVC?

The Zend framework will let you use whatever jacked-up system you can create. It is modular; use what you want throw away the rest. Using the MVC pattern is a good idea however.

Remember you stand on the shoulders of giants.

Also remember that front controller (index. Php) and MVC are separate patterns. That is, you can have an MVC framework that does NOT implement or require the front controller.

My framework of choice, QCubed, happens to be like that.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions