PHP Classes

File: app/pages/homepage.page.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Minimalist PHP Sales Site   app/pages/homepage.page.php   Download  
File: app/pages/homepage.page.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Minimalist PHP Sales Site
Implement a sales site from configuration files
Author: By
Last change:
Date: 1 year ago
Size: 169 bytes
 

Contents

Class file image Download
<?php

use PHenry\App\Kernel\Helper\Template;

Template::output('homepage/index', 'Welcome', [
       
'products' => include dirname(__DIR__) . '/products.php'
   
]
);