gecko-dev/webtools/bouncer/models/platform.php
mike.morgan%oregonstate.edu a90838f83e Updates to css for debug dumping (so it doesn't look like ass).
Removed workarounds in models to adapt to update db schema.
Will check in sql once the indexes have been updated (shortly).
2006-06-10 00:23:24 +00:00

6 lines
73 B
PHP

<?php
class Platform extends AppModel {
var $name = 'Platform';
}
?>