Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI4 and php8.1
Post: RE: CI4 and php8.1

Have you tried to update your project via 'composer update' ?
2,108 Views
3 Replies
03-13-2022, 08:47 AM
llyimo1920
    Thread: PHP is Killing Python
Post: RE: PHP is Killing Python

php_rocs Wrote: (11-11-2021, 06:10 PM) -- I ran into this interesting article and felt it was worth a reading recommendation. https://beau-beauchamp.medium.com/php-is-killing-python-2be459364284 -...
9,199 Views
8 Replies
11-11-2021, 08:52 PM
llyimo1920
    Thread: CodeIgniter v4.1.2 released
Post: RE: CodeIgniter v4.1.2 released

Thanks for the hard work. You've pulled a miracle work again.
15,123 Views
22 Replies
05-19-2021, 12:43 AM
llyimo1920
    Thread: Codeigniter 4 form validation not working - something to do with action attribute
Post: RE: Codeigniter 4 form validation not working - so...

Your route should use post method for form submission. also it looks like form action is not defined PHP Code: -- $routes->post('...', '...'); -- get method is used for retrieving data from the serv...
3,052 Views
1 Replies
05-03-2021, 10:39 AM
llyimo1920
    Thread: is_unique issue on update
Post: RE: is_unique issue on update

InsiteFX Wrote: (03-25-2021, 08:43 PM) -- You would need to get the user record from the database first then compare the emails. Build your data with or without email then update the users record....
14,058 Views
17 Replies
04-20-2021, 10:47 PM
llyimo1920
    Thread: How to validate data with in_list inside model
Post: RE: How to validate data with in_list inside model

ojmichael Wrote: (04-18-2021, 11:36 PM) -- I think that's what the is_not_unique method is for. PHP Code: -- protected $validationRules = [     'id' => 'required|is_not_unique[table.id]' ]; --...
2,687 Views
4 Replies
04-19-2021, 02:47 AM
llyimo1920
    Thread: How to validate data with in_list inside model
Post: RE: How to validate data with in_list inside model

iRedds Wrote: (04-18-2021, 08:26 PM) -- Solution: You can always write your own validation rule. -- Thank you I have considered doing so but for now I'm looking for insights from the community first.
2,687 Views
4 Replies
04-18-2021, 10:24 PM
llyimo1920
    Thread: How to validate data with in_list inside model
Post: How to validate data with in_list inside model

I am trying to do clean-up in my controllers by moving my validation rules to the model class but unfortunately i came to realize there is no clear documentation on how to pass values to be tested int...
2,687 Views
4 Replies
04-18-2021, 12:22 PM
llyimo1920
    Thread: server-side DataTables Library for CodeIgniter4
Post: RE: server-side DataTables Library for CodeIgniter...

It's a great library. It's simple and elegant and i love it. There are however an issue with documentation Edit/ Format Column (https://hermawan.dev/codeigniter4-datatables/usage/edit_column). The...
11,321 Views
10 Replies
04-15-2021, 01:56 AM
llyimo1920

Theme © iAndrew 2016 - Forum software by © MyBB