I’m looking for light PHP framework (without complex architecture, mvc/mvvm, etc) with smarty support.
But also I want to friendly url. For example, request http://www.myhost.com/somepage should load smarty-template somepage.tpl. Are there some standard solution?
You can go for CodeIgniter With Smarty Template… Its very light and url-friendly..and it is very easy to code for MVC Beginners,
Documentation is very clear and simple for CodeIgniter,
CodeIgniter Documentation
Look into following link to know how to integrate smarty with CodeIgniter,
Integrating Smarty with CodeIgniter