delegate class - fatal error

I'm just getting started with dataface, and I love it so far. However, I ran into a problem creating delegate classes. For example, I created a file 'birds.php' in the 'birds' directory. The contents of the file are
When I attempt to display this table with the file present I get the the following:
Fatal error: Class 'tables_birds' not found in D:\wamp\www\dataface\Dataface\Table.php on line 1049
I've tried creating delegate class files for other directories and get the same error.
For what it's worth, my dev environment is WAMP on Vista. Versions are Apache 2.2.11, MySQL 5.1.32, php 5.2.9-1.
Thanks,
Kurt
- Code: Select all
<?
class tables_birds {}
?>
When I attempt to display this table with the file present I get the the following:
Fatal error: Class 'tables_birds' not found in D:\wamp\www\dataface\Dataface\Table.php on line 1049
I've tried creating delegate class files for other directories and get the same error.
For what it's worth, my dev environment is WAMP on Vista. Versions are Apache 2.2.11, MySQL 5.1.32, php 5.2.9-1.
Thanks,
Kurt