PHP code example of ouxsoft / hoopless

1. Go to this page and download the library: Download ouxsoft/hoopless library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ouxsoft / hoopless example snippets


<partial name="Page">
    <partial name="PageHeader" title="About" tier="2" image="/assets/images/dimension/800x300/offset/0,-20/gallery/developer.jpg"/>

    <partial name="PageContent">
        <partial name="PageMainContent" class="editable">
           Hello, World!
        </partial>

        <partial name="PageSideBar">
            <partial name="QuickLinks" class="editable">
                <a href="/hello-world">
                    Learn More
                </a>
            </partial>
        </partial>
    </partial>

    <partial name="PageFooter" />
</partial>