Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Inserting/Updating "Userstamps" from a Model
Post: RE: Inserting/Updating "Userstamps" from a Model

YES! It's works fine! Thanks a lot
8,337 Views
15 Replies
12-21-2020, 08:22 AM
Matleyx
    Thread: Inserting/Updating "Userstamps" from a Model
Post: RE: Inserting/Updating "Userstamps" from a Model

ok, ho creato questo CustomModel.php: PHP Code: --
8,337 Views
15 Replies
12-20-2020, 10:18 AM
Matleyx
    Thread: Inserting/Updating "Userstamps" from a Model
Post: RE: Inserting/Updating "Userstamps" from a Model

Hi Mlurie. I'm interest for this functionality. Can you explain me how you add this? I understand that you created a new model, but if you tell me all the steps, i'll thank you a lot.
8,337 Views
15 Replies
12-19-2020, 02:35 AM
Matleyx
    Thread: Multiple primary keys for protected $primaryKey
Post: RE: Multiple primary keys for protected $primaryKe...

I don't know if this is possible but, can you create a column in table that concat 2 field? If this is possible, in that case, the pk in the mysql table remain the same, but in ci4, you can point the...
10,014 Views
8 Replies
12-11-2020, 11:51 PM
Matleyx
    Thread: Suggestion for extension of controller
Post: RE: Suggestion for extension of controller

InsiteFX Wrote: (12-02-2020, 10:13 AM) -- It should be, but I have not had the time to test it. -- :) :) :) :) Ahahahahah.... No no Insite, i don't asking you to make this work for me!!!!! But if...
2,790 Views
5 Replies
12-02-2020, 10:41 AM
Matleyx
    Thread: Filter's dont work
Post: RE: Filter's dont work

OFF TOPIC Toh... un altro italiano che "litiga" con ci4!!!!!!! Ciao PIPPUCCIO
8,122 Views
16 Replies
12-02-2020, 09:06 AM
Matleyx
    Thread: Suggestion for extension of controller
Post: RE: Suggestion for extension of controller

Hi Insite...thanks for the answer. I look at the Filter official documentation, but if i correctly undestand, i must declare EACH my controller in the route file with the right filter. Is correct? I...
2,790 Views
5 Replies
12-02-2020, 07:44 AM
Matleyx
    Thread: Suggestion for extension of controller
Post: Suggestion for extension of controller

Hello guys. I need some advice on CI4. In ci3 I extended the controller with the MY_controller like this: PHP Code: --
2,790 Views
5 Replies
11-30-2020, 10:23 AM
Matleyx
    Thread: Suggestion for Best practice for Menu rbac
Post: Suggestion for Best practice for Menu rbac

Hello guys.... In your opinion, what is the best practice for a menu class? In CI3 i had a Menu library and in the header template i called the function build menu. This was my library: PHP...
3,036 Views
3 Replies
09-30-2020, 08:08 AM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

NOW IT'S WORK!!!!!!!!!!! In all my test, i don't remember that, in the new installation,  i not enable mod_rewrite apache!!!!! i'll perform other tests now, but i think the problem is solved... ...
34,912 Views
45 Replies
09-28-2020, 02:43 AM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

GUYS!!!!!! Pheraps the problem was in .htaccess. I removed the file, put index.php in the url, and the post data are arrived!!!! Now: In the config/app.php: PHP Code: -- public $baseURL = 'ht...
34,912 Views
45 Replies
09-28-2020, 12:05 AM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

if i run directly http://192.168.10.200/test/send, i haven't any error. The output is: Test 1 si post Nome: Cognome: Test: datiinarrivo datiinarrivo is correct because i set it directly In this cas...
34,912 Views
45 Replies
09-27-2020, 09:52 AM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

nc03061981 Wrote: (09-27-2020, 03:01 AM) -- Now you post one more: 1. Your Routes 2. Your Controller Test 3. Your View and then, every one will help you -- My file now: Routes.php: PHP C...
34,912 Views
45 Replies
09-27-2020, 05:46 AM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

No nc..... it doesn't work... I tried step by step the news tutorial.... nothing As you can look in the response http, the form data are present.... If is possible, can i upload my appstarter direct...
34,912 Views
45 Replies
09-27-2020, 02:40 AM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

In the console tab i haven't any error. In the network, when i submit the form i have this response: General: Request URL: http://www.xxxxxxxx.com/test/send Request Method: POST Status Code: 200 OK R...
34,912 Views
45 Replies
09-26-2020, 10:31 PM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

I tested on a new debian 10.5, and the post data not work.... I think that my problem still in my "approach" to CI4.  I explain you what i do: In the new debian box install apache2, php, mysql (mar...
34,912 Views
45 Replies
09-26-2020, 10:42 AM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

Hi Insite, irealized that it wasn't working with ion-auth package. I followed the instruction step by step and, when i have tried to log in, the post data dont arrive at controller.  In this morning ...
34,912 Views
45 Replies
09-26-2020, 07:02 AM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

paulbalandan Wrote: (09-25-2020, 01:39 PM) -- Oh. The namespace was mistyped. :D -- :) Don't worry Paul...  I think that the problem still in my debian box....  At the moment i haven't any idea for...
34,912 Views
45 Replies
09-25-2020, 01:52 PM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

I changed the namespace in controller because with app/controller/test give me error 'App\Controllers\Test\BaseController' not found. I tried as you suggested, but it still didn't work. The outp...
34,912 Views
45 Replies
09-25-2020, 11:41 AM
Matleyx
    Thread: [SOLVED] - Strange problem with POST data
Post: RE: Strange problem with POST data

Now i deleted my folder appstarter and reinstall all ci4 with command composer create-project codeigniter4/appstarter In the new clean install, not work..... :@
34,912 Views
45 Replies
09-25-2020, 06:01 AM
Matleyx

Theme © iAndrew 2016 - Forum software by © MyBB