Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Deprecated dynamic properties in PHP 8.2
Post: RE: Deprecated dynamic properties in PHP 8.2

I think a better way is to implement  #[\AllowDynamicProperties] Easier and much shorter. In all the above mentioned classes add #[\AllowDynamicProperties] above class xxxxxx { I give you my ...
24,080 Views
18 Replies
01-19-2023, 09:02 AM
ubeljan
    Thread: Deprecated dynamic properties in PHP 8.2
Post: RE: Deprecated dynamic properties in PHP 8.2

Codeigniter 3 and PHP 8.2To get rid of the error messages you have to change some variables in the system map. With this changes I could access the database and email libraries without error message...
24,080 Views
18 Replies
01-19-2023, 06:53 AM
ubeljan
    Thread: Order resource route in routes.php
Post: RE: Order resource route in routes.php

John_Betong Wrote: (07-15-2018, 02:39 AM) -- ubeljan Wrote: (07-15-2018, 01:13 AM) -- To clarify and wonder. Try the following situation. PHP Code: -- /** * --------------------------------...
5,536 Views
4 Replies
07-15-2018, 06:33 AM
ubeljan
    Thread: Order resource route in routes.php
Post: RE: Order resource route in routes.php

To clarify and wonder. Try the following situation. PHP Code: -- /** * -------------------------------------------------------------------- * Route Definitions * -------------------------...
5,536 Views
4 Replies
07-15-2018, 01:13 AM
ubeljan
    Thread: How to use resource when controller with sub-directory
Post: RE: How to use resource when controller with sub-...

Hello, Try to use in ./config/routes.php PHP Code: -- $routes->resource('photos2', ['namespace' => 'App\Controllers\Admin']); -- The controller is in ./appplication/Controllers/Admin ...
2,953 Views
1 Replies
07-15-2018, 12:52 AM
ubeljan
    Thread: Order resource route in routes.php
Post: Order resource route in routes.php

Hello, In the manual of Codeigniter 4 stands: The routes are matched in the order they are specified, so if you have a resource photos above a get ‘photos/poll’ the show action’s route for the res...
5,536 Views
4 Replies
07-14-2018, 01:52 AM
ubeljan
    Thread: Practical CodeIgniter 3 - A new book coming soon
Post: RE: Practical CodeIgniter 3 - A new book coming so...

15 books about CodeIgniter. The last one from Lonnie Ezell #PracticalCI3. Take a look. codeigniter.vanwijhecons.nl/literatuur (http://codeigniter.vanwijhecons.nl/literatuur)
91,928 Views
44 Replies
11-11-2016, 05:24 AM
ubeljan
    Thread: Een nieuwe ontwikkelaar op dit forum.
Post: Een nieuwe ontwikkelaar op dit forum.

Hallo, Het onderwerp zegt het al. Nieuw op dit forum maar niet geheel nieuw met CodeIgniter. Gelijk maar een vraag Heeft iemand al gekeken naar CodeIgniter 4? Ik ben er zeer benieuwd naar. ...
2,045 Views
0 Replies
09-24-2016, 11:18 AM
ubeljan

Theme © iAndrew 2016 - Forum software by © MyBB