PHP Classes

File: app/pages/home.php

Recommend this page to a friend!
  Classes of Mihajlo Siljanoski   Xmodule   app/pages/home.php   Download  
File: app/pages/home.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Xmodule
Modular Web application development framework
Author: By
Last change: New Version 2.7
Date: 7 years ago
Size: 242 bytes
 

Contents

Class file image Download
<?php
$view
= module('view');
$url=module('url');

$view->load($config['theme_path'].'home_page.php',
        [
           
'hmodule'=>module('header'),
           
'documentation_link'=>'https://xmodule.eco.mk/documentation'
       
]
    );