Jump to content

Trying to find good sources on partials


jltempest

Recommended Posts

Partials are a way to render certain sections in your script. Its probably a little more complicated than that but thats the way I understand it. Having a hard time finding multiple sources for it

Example:

<body>

        <?php echo $header->render();?>

        <?php echo $body->render();?>

        <?php echo $footer->render();?>

    </body>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.