PHP Classes

File: eval.example.php

Recommend this page to a friend!
  Classes of Mohammed Cherkaoui   Simple Hook and Plug-ins System (XML)   eval.example.php   Download  
File: eval.example.php
Role: Example script
Content type: text/plain
Description: execute a plugin
Class: Simple Hook and Plug-ins System (XML)
Extend class functionality with code define in XML
Author: By
Last change:
Date: 14 years ago
Size: 106 bytes
 

Contents

Class file image Download
<?php


require('hook.php');


$Product = new products;

$Product->eval_plugins('global');


?>