I have a Cakephp project the controller has several different methods.
function Index()
function IndexAuthor()
Ve ben kontrol yöntemlerinin ikisi için aynı 'görünümü' (veya şablon, Index.ctp) kullanmak istiyorum.
Sen Controller::render()
a> arıyoruz.
function IndexAuthor() {
$this->render('index');
}