Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: form_open_multipart instead form_open no $_POST data
Post: RE: form_open_multipart instead form_open no $_POS...

Do this way instead PHP Code: -- --
76 Views
2 Replies
05-13-2024, 08:04 PM
luckmoshy
    Thread: CI NEEDS A PROPER DOCUMENTATION
Post: CI NEEDS A PROPER DOCUMENTATION

Yes Hi, I think it is time that CI needs a useful and good explanation in its document description. There are very different things you find where the truth is false and where there is a lie. It is ne...
380 Views
9 Replies
05-07-2024, 10:44 PM
luckmoshy
    Thread: How to make nav-link active
Post: RE: How to make nav-link active

The other best way is global usage, like    Code: -- /*CI URI */service('uri')->getSegment(4) ==='link'? 'active: null --
235 Views
3 Replies
05-05-2024, 11:26 PM
luckmoshy
    Thread: Trying to remove index.php from url in latest codeigniter 4.5.1
Post: RE: Trying to remove index.php from url in latest ...

Try go in App/Config/app then PHP Code: -- public string $indexPage = 'index.php'; /*===*/ /*remove index.php*/ public string $indexPage = ''; --
416 Views
7 Replies
05-02-2024, 03:51 PM
luckmoshy
    Thread: As experienced web developer what is the cause of this issue?
Post: RE: As experienced web developer what is the cause...

kenjis Wrote: (04-30-2024, 07:17 PM) -- Why your DEBUG-VIEW START started from 10, not 1 ? -- @kenjis this is an issue am looking to solve as you are in the browser experiment my app started at ...
412 Views
8 Replies
05-01-2024, 04:03 AM
luckmoshy
    Thread: Multiple filters set on a route in routes.php
Post: RE: Multiple filters set on a route in routes.php

You can achieve this by using a condition ( if) or (switch) in a single filter class and property but not by that
216 Views
6 Replies
04-30-2024, 12:31 AM
luckmoshy
    Thread: As experienced web developer what is the cause of this issue?
Post: RE: As experienced web developer what is the cause...

InsiteFX Wrote: (04-29-2024, 10:45 PM) -- Try turning off the Debug Toolbar and see if they go away. -- I did all of that but I don’t know why. what would cause if I was not mistaken, there was al...
412 Views
8 Replies
04-30-2024, 12:26 AM
luckmoshy
    Thread: As experienced web developer what is the cause of this issue?
Post: RE: As experienced web developer what is the cause...

InsiteFX Wrote: (04-29-2024, 04:28 AM) -- Strange, I have no space like that when I view my pages in Chrome. You sure you don't have any attributes at the beginning? -- no it has been a week now...
412 Views
8 Replies
04-29-2024, 07:52 AM
luckmoshy
    Thread: As experienced web developer what is the cause of this issue?
Post: As experienced web developer what is the cause of ...

In a browser experiment, I found this space been looking for a way to ammend it from the app. of course app works well but if I experiment and see this space, I can't figure out how to solve this : ...
412 Views
8 Replies
04-28-2024, 10:43 PM
luckmoshy
    Thread: Defining extra constants CI 4
Post: RE: Defining extra constants CI 4

ramonpuig Wrote: (04-27-2024, 09:44 AM) -- kilishan Wrote: (03-30-2020, 11:21 AM) -- Or add it to app/Config/Constants.php.  I have a problem, i defined a constant in constants.php but the call to ...
8,379 Views
8 Replies
04-27-2024, 10:47 PM
luckmoshy
    Thread: Modify users data as an admin
Post: RE: Modify users data as an admin

Try This lesson here https://shield.codeigniter.com/user_management/managing_users/
1,529 Views
4 Replies
04-26-2024, 04:56 PM
luckmoshy
    Thread: Asset Minification Packages for CodeIgniter
Post: RE: Asset Minification Packages for CodeIgniter

Apart from the front end like web pack maybe try this peculiar for CI4+ :) https://github.com/michalsn/minifier
150 Views
2 Replies
04-26-2024, 04:55 PM
luckmoshy
    Thread: Open Source CodeIgniter Projects for Learning Purposes?
Post: RE: Open Source CodeIgniter Projects for Learning ...

https://onlinewebtutorblog.com/category/codeigniter-4/ enough to open your eyes
227 Views
4 Replies
04-06-2024, 02:38 AM
luckmoshy
    Thread: Page displays 'index.php'
Post: RE: Page displays 'index.php'

App/Config/app  PHP Code: -- public string $indexPage = 'index.php'; remove index.php --
827 Views
17 Replies
04-03-2024, 03:19 AM
luckmoshy
    Thread: Shield | Invite user
Post: RE: Shield | Invite user

Perhaps this might be a good starting point for your project Bonfire2 is one of the best Admin starting point for Ci4+ https://github.com/lonnieezell/Bonfire2/tree/develop
205 Views
2 Replies
04-02-2024, 08:00 AM
luckmoshy
    Thread: CORS for API
Post: RE: CORS for API

@kenjis thank you for that, it was a serious issue even though I have made my own but I will still try a new one from you.
7,814 Views
13 Replies
03-24-2024, 11:59 PM
luckmoshy
    Thread: custom validation rule(s)
Post: RE: custom validation rule(s)

bobw Wrote: (03-21-2024, 02:33 PM) -- I'm getting close to my setup working as I want but came across a problem this evening with the name of prospective club member. When adding someone to the data...
228 Views
2 Replies
03-21-2024, 11:42 PM
luckmoshy
    Thread: Codeigniter4 How can i use different field for save() method as primary key
Post: RE: Codeigniter4 How can i use different field for...

sarath_unrelax Wrote: (03-21-2024, 03:22 AM) -- Dear Friends, I have a application where HR department can upload a xlsx file to add/update employees records. In the employees table i have id as pri...
191 Views
1 Replies
03-21-2024, 11:31 PM
luckmoshy
    Thread: problems with set_select
Post: RE: problems with set_select

sunchaser Wrote: (03-21-2024, 11:17 AM) -- Hello all, I have problems with set_select() in an edit form. I load data for an entity call edition and then call the view Code: -- $model = model('App\...
230 Views
2 Replies
03-21-2024, 11:19 PM
luckmoshy
    Thread: How to Run Migration via PHP Code?
Post: RE: How to Run Migration via PHP Code?

RedWd Wrote: (03-21-2024, 08:43 AM) -- Hi, i already use migration via cli, now i want to run php spark migrate --all via php controller. How can i do this? Thank you -- maybe you can do something ...
172 Views
1 Replies
03-21-2024, 11:05 PM
luckmoshy

Theme © iAndrew 2016 - Forum software by © MyBB