[rtl]
سلام
چطوری از یک ماژول از render استفاده میکنیم؟؟؟
میدونم سوالم خیلی تکراری ولی لطفا راهنمایی کنید
آدرس دهی در ماژول را توضیح بدین
[/rtl]
[rtl]
سلام
چطوری از یک ماژول از render استفاده میکنیم؟؟؟
میدونم سوالم خیلی تکراری ولی لطفا راهنمایی کنید
آدرس دهی در ماژول را توضیح بدین
[/rtl]
[rtl]مثلا :
فرض میگیرم، از کنترل artist، داخل ماژول backend داریم رندر میگیریم
[/rtl]
$this->render('index'); \\ Path => application.module.backend.views.artist.index
$this->render('/user/index'); \\ application.module.backend.views.user.index
$this->render('backend.views.artist.inedx'); \\ application.module.backend.views.artist.index
$this->render('//artist/index'); \\ application.views.artist.index
[rtl]امیدوارم مفید باشه [/rtl]
[rtl]
مرسی واقعا مفید هست
[/rtl]