11/11/2013, 16:25
|
| $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 6 meses Puntos: 2135 | |
Respuesta: Inserción de función dentro de otra Pues sencillo:
Código PHP:
Ver original<?php if (something()) { if (otherthing() { ?> <!-- html --> <?php } } ?>
|