initial commit
This commit is contained in:
7
app/Model/DemoParticipant.php
Normal file
7
app/Model/DemoParticipant.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
class DemoParticipant extends AppModel
|
||||
{
|
||||
var $name='DemoParticipant';
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user