Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Installation error (about pagination maybe)
Post: RE: Installation error (about pagination maybe)

Anyway, I'm not expert about it, but I wonder one thing. If all the minimum CI4 requirements are met, why shouldn't it work in another local program (Laravel Valet)? What should change from another pr...
4,546 Views
9 Replies
05-08-2020, 11:08 AM
Marcolino92
    Thread: Installation error (about pagination maybe)
Post: RE: Installation error (about pagination maybe)

Is it possible to notify the developers and possibly take a test?
4,546 Views
9 Replies
05-08-2020, 01:56 AM
Marcolino92
    Thread: Installation error (about pagination maybe)
Post: RE: Installation error (about pagination maybe)

What I did was to go through the important parts of my script, the controller file, the models, the views, an auth library..and nothing else. Everything works for me, both locally and on the web. Unf...
4,546 Views
9 Replies
05-07-2020, 01:06 AM
Marcolino92
    Thread: Installation error (about pagination maybe)
Post: RE: Installation error (about pagination maybe)

Hi, yes this error appears with this new version. Or rather, everything works correctly, both live and locally, to this friend of mine shows this error and I don't understand why ...
4,546 Views
9 Replies
05-06-2020, 10:37 PM
Marcolino92
    Thread: Installation error (about pagination maybe)
Post: Installation error (about pagination maybe)

Hi, I installed my script both locally and live, everything works correctly. Passing the script to let a friend try it, visiting the main url shows this error. https://ibb.co/59rMQ13 It's about ...
4,546 Views
9 Replies
05-06-2020, 02:37 AM
Marcolino92
    Thread: CodeIgniter initial configuration
Post: RE: CodeIgniter initial configuration

You have to set the data for the connection to the database on app / Config / database.php
7,564 Views
8 Replies
05-05-2020, 08:36 AM
Marcolino92
    Thread: Images uploaded from forms are not shown
Post: Images uploaded from forms are not shown

I have an anomalous problem, I correctly upload the image in the writable / uploads / photos folder, they have all the active permissions, they upload it correctly, but unfortunately when it is displa...
1,506 Views
1 Replies
05-05-2020, 05:57 AM
Marcolino92
    Thread: Data type edit input
Post: RE: Data type edit input

I was looking for a way to trace an input date, the date saved in the database in strtotime(). I solved it like this: PHP Code: --      Birth Date                
2,154 Views
3 Replies
05-01-2020, 12:17 AM
Marcolino92
    Thread: Data type edit input
Post: Data type edit input

Hi, having to edit an article already present, I come across the field composed of an input data. PHP Code: --    Birth Date                    
2,154 Views
3 Replies
04-30-2020, 12:32 AM
Marcolino92
    Thread: Manage dates from a form
Post: Manage dates from a form

Hi, I was wondering what was the best practice for saving a date from a form? To save each day, month and year field individually as numerical values? 01/01/2020 I have tried many techniques, al...
2,068 Views
1 Replies
04-27-2020, 01:28 AM
Marcolino92
    Thread: Manage html formatted text
Post: RE: Manage html formatted text

Let's say that I exclude simple tags, therefore simple text but which still includes the line wraps. I send everything from a textarea and save it in the database as a simple input without filters?...
3,055 Views
3 Replies
04-19-2020, 07:34 AM
Marcolino92
    Thread: Manage html formatted text
Post: Manage html formatted text

Hi, I was wondering what was the best way to handle formatted text? Let's say the case of a simple text without the use of "editor", so that it includes every newline and maybe some tags, like an...
3,055 Views
3 Replies
04-19-2020, 03:22 AM
Marcolino92
    Thread: Multiple Keyword in search
Post: RE: Multiple Keyword in search

Do I have to duplicate the same input into two different variables? PHP Code: -- $keyword = explode(' ', $this->request->getVar('key')); $keyword2 = explode(' ', $this->request->getVar('key')); $...
5,663 Views
6 Replies
04-18-2020, 09:46 AM
Marcolino92
    Thread: Multiple Keyword in search
Post: RE: Multiple Keyword in search

PHP Code: -- $keyword = explode(' ', $this->request->getVar('key')); $builder = $this->db->table('test'); $builder->like('bio', $keyword); $builder->orLike('first_name', $keyword); $builder->or...
5,663 Views
6 Replies
04-18-2020, 07:55 AM
Marcolino92
    Thread: Multiple Keyword in search
Post: RE: Multiple Keyword in search

Can anyone help me?
5,663 Views
6 Replies
04-18-2020, 12:56 AM
Marcolino92
    Thread: Multiple Keyword in search
Post: Multiple Keyword in search

Hi, I am creating a search form but I have a problem, when I search for two keywords together "Key Keyword" returns me no results. Controller: PHP Code: -- $keyword = esc($this->request->ge...
5,663 Views
6 Replies
04-16-2020, 01:36 AM
Marcolino92
    Thread: Image Manipulation
Post: RE: Image Manipulation

Great, thank you very much.
1,782 Views
2 Replies
04-14-2020, 11:14 PM
Marcolino92
    Thread: Image Manipulation
Post: Image Manipulation

I can't understand what the syntax for image manipulation is. I have this in my controller, which moves the renamed image to the folder and saves its name in the database. However, I would like to ...
1,782 Views
2 Replies
04-14-2020, 11:19 AM
Marcolino92
    Thread: Modify multiple fields in form - CI4
Post: RE: Modify multiple fields in form - CI4

I had come back to write that I managed to understand and solve, I came across this: https://codeigniter4.github.io/userguide/incoming/controllers.html?highlight=editor#validating-data and I found out...
10,607 Views
11 Replies
04-14-2020, 09:52 AM
Marcolino92
    Thread: Modify multiple fields in form - CI4
Post: RE: Modify multiple fields in form - CI4

I did other tests, but nothing. I think I sensed the logic but I am not able to apply it. I know I ask a lot, but could you give me a quick example on how to exclude validation?
10,607 Views
11 Replies
04-14-2020, 06:11 AM
Marcolino92

Theme © iAndrew 2016 - Forum software by © MyBB