PHP Classes

File: fwphp/glomodul/blog/v_features.php

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

Contents

Class file image Download
<?php
//J:\awww\www\fwphp\glomodul4\blog\v_features.php

?>
<div class="container">
  <div class="row mt-4">

    <!-- Main Area Start-->
    <div class="col-sm-8 ">
      <h4>Blog module features</h4>


        Real life site code examples. PHP WEB modules like Oracle Forms, ee each module in own dir (not three dirs M, V, C for all modules) - it is not easy to see need to eg for user module convert code from procedural MVC to OOP MVC with namespaces and autoloading like my fwphp modules : main mnu fwphp\www5 and op.system files cRUd fwphp\glomodul4\mkd (c and d we do in op.system, not in mkd !).
        <br /><br />To me seems that my fwphp modules mnu (in www dir) and mkd could be best standard for large sites but I am not shure. For navigation (url-s, links) code is same - OOP does not help. Procedural MVC user module code is more clear and readable. So why is OOP better ? This module should show why.

      </div>

      <?php //require_once("home_side_area.php"); ?>
</div>
</div>