PHP Classes

example 3 looks for a misnamed file: require_once "islayout.

Recommend this page to a friend!

      dm.IS Layout  >  All threads  >  example 3 looks for a misnamed file:...  >  (Un) Subscribe thread alerts  
Subject:example 3 looks for a misnamed file:...
Summary:Package rating comment
Messages:1
Author:Rene Lanthier
Date:2007-10-20 06:23:59
 

Rene Lanthier rated this package as follows:

Utility: Good
Consistency: Good
Examples: Good

  1. example 3 looks for a misnamed file:...   Reply   Report abuse  
Picture of Rene Lanthier Rene Lanthier - 2007-10-20 06:24:00
example 3 looks for a misnamed file: require_once "islayout.php";

should be: require_once "class.IS_Layout.php";

all other examples work as expected