Subversion Repository Public Repository

pgleadershipbook

This repository has no backups
This repository's network speed is throttled to 100KB/sec

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php

/**
 * Database language strings.
 *
 * @package    CodeIgniter
 * @author     CodeIgniter Dev Team
 * @copyright  2019-2020 CodeIgniter Foundation
 * @license    https://opensource.org/licenses/MIT	MIT License
 * @link       https://codeigniter.com
 * @since      Version 4.0.0
 * @filesource
 *
 * @codeCoverageIgnore
 */

return [
   'invalidEvent'                     => '{0} is not a valid Model Event callback.',
   'invalidArgument'                  => 'You must provide a valid {0}.',
   'invalidAllowedFields'             => 'Allowed fields must be specified for model: {0}',
   'emptyDataset'                     => 'There is no data to {0}.',
   'failGetFieldData'                 => 'Failed to get field data from database.',
   'failGetIndexData'                 => 'Failed to get index data from database.',
   'failGetForeignKeyData'            => 'Failed to get foreign key data from database.',
   'parseStringFail'                  => 'Parsing key string failed.',
   'featureUnavailable'               => 'This feature is not available for the database you are using.',
   'tableNotFound'                    => 'Table `{0}` was not found in the current database.',
   'noPrimaryKey'                     => '`{0}` model class does not specify a Primary Key.',
   'noDateFormat'                     => '`{0}` model class does not have a valid dateFormat.',
   'fieldNotExists'                   => 'Field `{0}` not found.',
   'forEmptyInputGiven'               => 'Empty statement is given for the field `{0}`',
   'forFindColumnHaveMultipleColumns' => 'Only single column allowed in Column name.',
];

Commits for pgleadershipbook/trunk/system/Language/en/Database.php

Diff revisions: vs.
Revision Author Commited Message
2 tporter picture tporter Thu 04 Feb, 2021 09:33:04 +0000

PG Leadership book initial commit