PHP Classes

File: resources/views/include_view/index.blade.php

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

Contents

Class file image Download
This is included View
<br>
<?php
   
   
echo 'shared data : ' . $shared_data;
    echo
'<br>';
   
//$x=1/0;
    //throw new ErrorException("Just invoking the exception handler.", 2);
    //$a=DB::select('select username,ID2 from users where ID=? AND username=? and date=?',[33,'admin',new DateTime()]);
    //echo $test;
    //var_dump($arr);
   
var_dump($array_data);//from include call
?>
<br>