is there any php templating engine wihch is same as apache tiles -


i want templating engine similar apache tiles used in java. achache tiles uses oop approach. consider following example.

it works follows:
1. create temple a.
2. create 3 more templates, b, c , d extending template a.

is there templating engine supports above functionality.


Comments