gecko-dev/webtools/bouncer/models/platform.php

6 строки
73 B
PHP
Исходник Обычный вид История

2006-06-09 22:14:09 +04:00
<?php
class Platform extends AppModel {
var $name = 'Platform';
}
?>