Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI4 support MariaDB?
Post: RE: CI4 support MariaDB?

Thanks for reply! ?
1,343 Views
11 Replies
11-21-2023, 01:09 AM
eleumas
    Thread: CI4 support MariaDB?
Post: CI4 support MariaDB?

My hosting service it will update MySQL with MariaDB. Is Codeigniter 4 compatible? I read the doc: https://www.codeigniter.com/user_guide/intro/requirements.html#requirements-supported-databases but ...
1,343 Views
11 Replies
10-26-2023, 06:29 AM
eleumas
    Thread: Implement Shield authentication with Vue 3
Post: RE: Implement Shield authentication with Vue 3

InsiteFX Wrote: (09-25-2023, 09:37 PM) -- If your using CodeIgniter then yes you could install and use Sheid. You may need too modify the views etc, but it should work fine. -- Yes i have alread...
642 Views
5 Replies
09-26-2023, 01:13 AM
eleumas
    Thread: Implement Shield authentication with Vue 3
Post: RE: Implement Shield authentication with Vue 3

JustJohnQ Wrote: (09-25-2023, 10:53 AM) -- Is CodeIgniter 4 part of your setup? If not, you can’t use Shield… -- Of course! :)  I used Codeigniter with Axios also for my CRUD.
642 Views
5 Replies
09-25-2023, 10:55 AM
eleumas
    Thread: Implement Shield authentication with Vue 3
Post: Implement Shield authentication with Vue 3

Hi! I'm building my first web app with Vue 3. I builded with Vue and Axios a CRUD and now i would like implement Shield authentication. Do you have any suggestion for me? It is possible to do? Thank...
642 Views
5 Replies
09-25-2023, 10:05 AM
eleumas
    Thread: Database tables for Shield
Post: Database tables for Shield

I’m trying to setup shield, but i have not understood how i have to setup the necessary tables. Someone can explain me please? Thanks.
276 Views
1 Replies
08-09-2023, 01:10 PM
eleumas
    Thread: Pass variable to view for HTML email
Post: Pass variable to view for HTML email

Hi, i have this code in my controller: PHP Code: -- $formData = \Config\Services::request()->getPost();              $this->email->setTo('[email protected]'); $this->email->setFrom($formData[...
752 Views
1 Replies
04-05-2023, 09:48 AM
eleumas
    Thread: show error for validation multiple images
Post: show error for validation multiple images

I would like validate multiple images. I have this code but i have some problem for show the errors ($this->validator->getErrors()) Someone can help me please? :) PHP Code: -- $validationRule = (...
903 Views
1 Replies
01-26-2022, 11:08 AM
eleumas
    Thread: Validate fields if checkbox is not checked
Post: Validate fields if checkbox is not checked

Hi, i would like validate with "required" some fields only if checkbox is not checked. https://drive.google.com/file/d/1BIFWo1CyfnL0svglbSepN7rcAUYpttIJ/view?usp=sharing Is possible? How can i do? I ...
1,121 Views
1 Replies
11-22-2021, 11:01 AM
eleumas
    Thread: localization issue
Post: RE: localization issue

includebeer Wrote: (05-11-2021, 04:31 AM) -- You don’t have to use a database. It’s useful if you have long text like blog articles in multiple languages. But for single words or sentences you can st...
8,132 Views
14 Replies
05-11-2021, 01:01 PM
eleumas
    Thread: localization issue
Post: RE: localization issue

InsiteFX Wrote: (05-04-2021, 02:13 AM) -- Read this may help you to understand what were talking about. Multilanguage Database Design in MySQL (https://www.apphp.com/tutorials/index.php?page=multila...
8,132 Views
14 Replies
05-11-2021, 12:06 AM
eleumas
    Thread: localization issue
Post: RE: localization issue

I have a simple site without blog or anything. I would like only translate the text and i would like have an example how to use localization in Codeigniter 4 because i have some issue how i have spe...
8,132 Views
14 Replies
05-04-2021, 12:45 AM
eleumas
    Thread: localization issue
Post: RE: localization issue

Sorry, but Codeigniter have a specific folder called language for translate multilangual sites. Why i should use a mySQL table for to do this? :)
8,132 Views
14 Replies
04-30-2021, 07:01 AM
eleumas
    Thread: localization issue
Post: RE: localization issue

includebeer Wrote: (04-29-2021, 05:16 PM) -- What do you mean by IT controller and EN controller? When using localization you don't need separate controller for each languages. The text is pulled fro...
8,132 Views
14 Replies
04-30-2021, 02:45 AM
eleumas
    Thread: localization issue
Post: localization issue

i believe to have an issue like this: https://forum.codeigniter.com/thread-75292.html I have a site in 3 language: IT EN ES I use {locale} and all work good but only if the pages are identical. ...
8,132 Views
14 Replies
04-29-2021, 04:34 AM
eleumas
    Thread: is_unique issue on update
Post: RE: is_unique issue on update

This is the solution: PHP Code: -- $id = $this->request->getPost('id'); $rules = ([         'email'    => [           'label'  => 'Email',           'rules'  => 'required|valid_email|is_uni...
14,071 Views
17 Replies
03-26-2021, 07:15 AM
eleumas
    Thread: is_unique issue on update
Post: is_unique issue on update

I have an issue when update an user with is_unique rule.  I would like ignore email address if email is the same, otherwise the mail have to be check for haven't duplicates.  How can i do?  I hav...
14,071 Views
17 Replies
03-25-2021, 11:12 AM
eleumas
    Thread: Add HTML in custom error message
Post: Add HTML in custom error message

Hi, i need to add a link in is_unique error custom message. How can i do? PHP Code: -- 'email'    => [         'label'  => lang('Main.formLabelEmail'),         'rules'  => 'required|valid_ema...
1,072 Views
1 Replies
03-18-2021, 05:06 AM
eleumas
    Thread: passing variable in model
Post: passing variable in model

PHP Code: -- function get_articles() {     $articles = $this->db->query("SELECT * FROM tbl_articles WHERE status = '1' AND lang = '$this->locale' ORDER BY id DESC");    foreach($articles->getResult(...
1,011 Views
1 Replies
02-25-2021, 02:54 AM
eleumas
    Thread: Passing URI Segments to methods
Post: RE: Passing URI Segments to methods

InsiteFX Wrote: (02-23-2021, 12:12 PM) -- Here is the tutorial link from @Inlcudebeer that will show you just how to do what you want. How to build a basic web application with CodeIgniter 4 (http...
1,879 Views
3 Replies
02-24-2021, 04:26 AM
eleumas

Theme © iAndrew 2016 - Forum software by © MyBB