Codeigniter-Frontend-Language-Files-Editor icon indicating copy to clipboard operation
Codeigniter-Frontend-Language-Files-Editor copied to clipboard

Results 7 Codeigniter-Frontend-Language-Files-Editor issues
Sort by recently updated
recently updated
newest added

A PHP Error was encountered Severity: Runtime Notice Message: Declaration of MY_Lang::line() should be compatible with CI_Lang::line($line, $log_errors = true) Filename: core/MY_Lang.php Line Number: 26 Backtrace:

This is just a little templates rewrite so I could get a better feel for what was going on in the code. You will definitely want to test, as I...

there are some errors for postresql backend. #### Database création for Postgre ``` sql CREATE TABLE language_keys ( "key" character varying(255) NOT NULL, filename character varying(255) NOT NULL, "comment" character...

Configuration option to exclude some folders (.svn for exemple). File application/models/model_language.php ``` patch --- model_language.php.old 2012-03-30 21:13:24.000000000 +0400 +++ model_language.php 2012-03-30 21:35:16.000000000 +0400 @@ -12,6 +12,49 @@ class Model_language extends...

In the tool their is no option to modify the existing key, the input field is there but it doesn't update the value in the database.

A PHP Error was encountered Severity: Warning Message: Undefined variable $lang Filename: controllers/language.php Line Number: 64 ------------------------------------------------- if language file is is empty there is no $lang['key'] = 'value'; data...