Exemplo n.º 1
0
* include messages class
*/
require 'app/Messages.class.php';
/*
* include model
*/
require 'app/ViewModel.php';
/*
* include controller
*/
require 'app/ViewController.php';
/*
* set view data
*/
$MyController = new ViewController();
$view_data = $MyController->getView();
?>

<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>NetCoDev JsonCreator</title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
    <style type="text/css">
        .jumbotron * {font-size: 11px !important;}
        .jumbotron h2 {font-size: 13px !important;font-weight: bold;padding-bottom:30px;}
        input[type=text] {width: 300px;}
        .tap-data {display: block;padding: 0 0 30px 0;}