Pareces nuevo por aquí. Si quieres participar, ¡pulsa uno de estos botones!
"anthemfor182" wrote: utiliza el helper render o render_partial Saludos
function render($view){ include_once "{$_REQUEST['controller']}/$view.phtml"; }
"anthemfor182" wrote: Crea un helper llamdo render asi: function render($view){ include_once "{$_REQUEST['controller']}/$view.phtml"; } Saludos
© 2007-2024 KumbiaPHP Team
Comentarios
Saludos
No me funciono!!! <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
Saludos
Graacias por la ayuda, hice lo siguiente en la vista:
<?= render_partial('datfunci') ?>
Que diferencia habria entre hacer el render_partial y el render???
Saludos