PHP Classes

File: resources/views/include_view.php

Recommend this page to a friend!
  Classes of Joshy Francis   Phpnopea   resources/views/include_view.php   Download  
File: resources/views/include_view.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Phpnopea
Simplified MVC Web application framework
Author: By
Last change:
Date: 12 days ago
Size: 210 bytes
 

Contents

Class file image Download
View will be included
<?php
    $view
= View::make('include_view.index',['array_data'=>[ 'ar1'=>[1,2],'ar2'=>[3,4]]] );
   
//var_dump($view);
    //echo (string) $view;
   
echo $view->render();//also gets errors if any