PHP Classes

File: fwphp/glomodul/z_examples/OOP/servicesPage_view.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/z_examples/OOP/servicesPage_view.php   Download  
File: fwphp/glomodul/z_examples/OOP/servicesPage_view.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/OOP/servicesPage_view.php
Date: 1 year ago
Size: 455 bytes
 

Contents

Class file image Download
<?php
//$page_obj->view_script = basename(__FILE__);
ob_start();
?>
<!-- page content -->
<section>
  <p>At OOP Consulting, we offer a number of services. Perhaps the productivity of your employees would improve if we re-engineered your business. Maybe all your business needs is a fresh mission statement, or a new batch of buzzwords.</p>
  <p>Text above is in <?=__FILE__?></p>
</section>
<?php
$page_obj
->content = ob_get_contents(); ob_end_clean();