Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Query Builder Class - Problem with delete vs foreign key constraint
Post: Query Builder Class - Problem with delete vs forei...

Hi everyone! I have this code: PHP Code: -- /** * TODO - Deleta uma permissão do banco de dados * * @param Int $id * @return Bool */ public static function deletePermission(Int ...
1,282 Views
0 Replies
05-21-2020, 02:38 PM
George Rangel
    Thread: changing the Whoops page
Post: RE: changing the Whoops page

yeahhh, worked! thanks.
6,958 Views
6 Replies
04-29-2020, 01:02 PM
George Rangel
    Thread: changing the Whoops page
Post: RE: changing the Whoops page

Gary Wrote: (04-29-2020, 12:41 PM) -- After my experimentation, I ended up redirecting to a controller in production.php as you suggested... there may be a better way, but I found most of the others ...
6,958 Views
6 Replies
04-29-2020, 12:47 PM
George Rangel
    Thread: changing the Whoops page
Post: RE: changing the Whoops page

Gary Wrote: (04-29-2020, 12:22 PM) -- There are a couple of ways, probably the easiest is to simply edit/replace the \app\Views\errors\html\production.php file. -- Thanks for response. But I want t...
6,958 Views
6 Replies
04-29-2020, 12:24 PM
George Rangel
    Thread: changing the Whoops page
Post: changing the Whoops page

Hello! How can I change the Whoops page (App/Views/errors/html/production.php), of couse in CI_ENVIRONMENT = production, like we can do for 404 pages? In 404 pages I have already done, changing the ...
6,958 Views
6 Replies
04-29-2020, 09:30 AM
George Rangel
    Thread: language file inside a folder
Post: RE: language file inside a folder

PHP Code: -- //in ShowPage class $dadosView['lang'] = getpagelang($template, $_SESSION['lang']); -- PHP Code: --
4,646 Views
4 Replies
04-13-2020, 05:02 PM
George Rangel
    Thread: language file inside a folder
Post: RE: language file inside a folder

Thanks for help. My site was an exemple. Can be admin or user folder too. I already solved the problem seeing How CI do the things inside lang(). Thanks.
4,646 Views
4 Replies
04-12-2020, 08:11 PM
George Rangel
    Thread: language file inside a folder
Post: language file inside a folder

Hey people! I can use: PHP Code: -- lang('Errors.errorEmailMissing'); -- But, image that Errors.php is inside "app/Language/en/mysite/Errors.php". Now, how can I call the language? PHP Code...
4,646 Views
4 Replies
04-12-2020, 01:28 PM
George Rangel
    Thread: CodeIgniter4-translations
Post: RE: CodeIgniter4-translations

I think there is a problem when trying to install the translation using composer. 1 - https://codeigniter.com/user_guide/installation/installing_composer.html?highlight=composer%20require%20codeign...
34,074 Views
20 Replies
04-06-2020, 09:41 AM
George Rangel
    Thread: pt-br Translation (Tradução para pt-br)
Post: RE: pt-br Translation (Tradução para pt-br)

I think there is a problem when trying to install the translation using composer. 1 - https://codeigniter.com/user_guide/installation/installing_composer.html?highlight=composer%20require%20codeignit...
3,750 Views
2 Replies
04-06-2020, 08:44 AM
George Rangel

Theme © iAndrew 2016 - Forum software by © MyBB