Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter 4 and PHP 8
Post: RE: Codeigniter 4 and PHP 8

In php8, I can't use Modeling in config. With php7, I can call in config file: PHP Code: -- public static $registrars = [         '\App\Models\AppConfig'     ]; -- And call model or Entity in AppCon...
25,249 Views
13 Replies
04-09-2022, 07:30 AM
zoom360
    Thread: Does Anyone Know of a Good CodeIgneter Developer?
Post: RE: Does Anyone Know of a Good CodeIgneter Develop...

watchaholic Wrote: (08-20-2021, 12:07 AM) -- Hi My website WatchAholic.com was built using codeigniter but several of the developers I've asked to help me with it, don't know codeigniter. Does an...
2,293 Views
3 Replies
08-21-2021, 05:46 PM
zoom360
    Thread: Ci4 Developer Wanted
Post: RE: Ci4 Developer Wanted

PwrSrg Wrote: (01-08-2021, 11:44 AM) -- Hi all, Would any Ci4 Experts here be interested in helping me build a small start-up ecommerce site over the next couple of months? I don't have cash, but...
14,131 Views
10 Replies
01-28-2021, 08:41 AM
zoom360
    Thread: Route error when the value is greater than 9
Post: RE: Route error when the value is greater than 9

iRedds Wrote: (01-21-2021, 12:47 AM) -- Add a backslash before the dot between (:any) and (:num) (:any)\.(:num) -- Thanks @iRedds ! It's work!
2,418 Views
4 Replies
01-21-2021, 01:06 AM
zoom360
    Thread: Route error when the value is greater than 9
Post: RE: Route error when the value is greater than 9

tgix Wrote: (01-20-2021, 11:40 PM) -- I'm on my phone commuting so I'm just guessing: I think the route function should be defined as Members::aaa/$1/$2 so you pass the (:num) segments as two argumen...
2,418 Views
4 Replies
01-20-2021, 11:53 PM
zoom360
    Thread: Route error when the value is greater than 9
Post: Route error when the value is greater than 9

My configuration: Code: -- $routes->group('members', ['namespace' => 'App\Controllers'], function ($routes) { $routes->get('/', 'Members::index'); $routes->add('(:any).(:num)/aaa', 'Members::a...
2,418 Views
4 Replies
01-20-2021, 04:20 PM
zoom360
    Thread: Encrypter class error
Post: RE: Encrypter class error

ebuoe Wrote: (08-12-2020, 05:22 AM) -- zoom360 Wrote: (07-20-2020, 12:16 AM) -- I have used encrypter class: Code: -- $this->encrypter = \Config\Services::encrypter(); $abc = 'abc/def/ghi'; ...
2,330 Views
3 Replies
08-12-2020, 08:03 AM
zoom360
    Thread: Encrypter class error
Post: Encrypter class error

I have used encrypter class: Code: -- $this->encrypter = \Config\Services::encrypter(); $abc = 'abc/def/ghi'; $encrypt = $this->encrypter->encrypt($abc); $decrypt = $this->encrypter->decrypt(...
2,330 Views
3 Replies
07-20-2020, 12:16 AM
zoom360
    Thread: Can't use cookie helper in CI 4.0.4
Post: RE: Can't use cookie helper in CI 4.0.4

InsiteFX Wrote: (07-18-2020, 03:45 AM) -- Did you load the cookie helper in the BaseController ? I just tested the cookies and they work fine CI 4.0.4 -- I have loaded it. I can create a cookie, a...
6,686 Views
10 Replies
07-18-2020, 08:24 AM
zoom360
    Thread: Can't use cookie helper in CI 4.0.4
Post: Can't use cookie helper in CI 4.0.4

I can't use from helper cookie CI4: Code: -- delete_cookie(); get_cookie(); set_cookie() -- But I can using $_COOKIE, from CI 4.0.3. Code: -- setcookie(); -- However, I can only setCooki...
6,686 Views
10 Replies
07-18-2020, 02:20 AM
zoom360

Theme © iAndrew 2016 - Forum software by © MyBB