PHP Classes

File: fwphp/glomodul/z_examples/MVC_FW/02L2adlian_mvc_2009/book_add_edit_frm.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/z_examples/MVC_FW/02L2adlian_mvc_2009/book_add_edit_frm.php   Download  
File: fwphp/glomodul/z_examples/MVC_FW/02L2adlian_mvc_2009/book_add_edit_frm.php
Role: Example script
Content type: text/plain
Description: Example script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of fwphp/glomodul/z_examples/MVC_FW/02L2adlian_mvc_2009/book_add_edit_frm.php
Date: 1 year ago
Size: 250 bytes
 

Contents

Class file image Download
<html>
<head>

</head>
 
<body>
 
    <?php
       
echo 'Title:' . $book->title . '<br/>';
        echo
'Author:' . $book->author . '<br/>';
        echo
'Description:' . $book->description . '<br/>';
   
?>
 
</body>
</html>