6 lines
145 B
PHP
6 lines
145 B
PHP
<?php
|
|
|
|
defined('SYSPATH') or die('No direct access allowed.');
|
|
|
|
$lang['query_methods_not_allowed'] = 'Query methods cannot be used through ORM';
|