Asymptix/Framework

View on GitHub
conf/langs/en.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

class __LANG {

}

class __MESSAGES {

}

class __TIPS {

}

class __ERRORS {
    const EMPTY_FIELD = "Field can't be empty";
}

class __DIALOGS {

}