9 lines
81 B
PHP
9 lines
81 B
PHP
<?php
|
|
|
|
class Translation extends AppModel
|
|
{
|
|
var $name = 'Translation';
|
|
|
|
}
|
|
?>
|