How to config controller to subfolder view?

I want url like this : app/site/user/index.php




controllers

-user

--UserController.php


models

-User.php


views

-site

--user

---index.php



How I can resolve this problem?