EZ-Components

This commit is contained in:
Andreas Österreicher
2009-02-17 15:27:43 +00:00
parent 359c3c55c9
commit 0a8e90a8b3
572 changed files with 64490 additions and 0 deletions
@@ -0,0 +1,9 @@
<?php
class erYourClass1
{
function toString()
{
echo "Class 'erYourClass1'\n";
}
}
?>
@@ -0,0 +1,9 @@
<?php
class erYourClass2
{
function toString()
{
echo "Class 'erYourClass2'\n";
}
}
?>