Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to fix routing in CI 3.2
Post: RE: How to fix routing in CI 3.2

jreklund Wrote: (03-28-2020, 06:02 AM) -- You can't use (:any) like that, you need to include the complete url e.g. admin/order/(:any) There should only be one (:any) rule, and should be the last...
2,396 Views
2 Replies
03-28-2020, 07:07 AM
Saeed_Sikandar
  Sad Thread: How to fix routing in CI 3.2
Post: How to fix routing in CI 3.2

Hey I'm new to CodeIgniter and actually let me show you where I am stuck!,  so here's the URL I requested    http://192.168.0.103:8080/Concept/admins/order . admins is controller and order is metho...
2,396 Views
2 Replies
03-28-2020, 04:56 AM
Saeed_Sikandar
    Thread: Undefined variable: admin_id
Post: RE: Undefined variable: admin_id

ciadmin Wrote: (01-11-2019, 12:48 AM) -- I don't see $admin_id defined there. I see an array, where the key 'admin_id' references some variable $admin_id, which must be defined elsewhere or you will ...
9,741 Views
9 Replies
01-12-2019, 03:47 AM
Saeed_Sikandar
    Thread: Undefined variable: admin_id
Post: RE: Undefined variable: admin_id

Yes sir but I define this variable in admin-profile. Should I define that variable again in a controller of this view page or not
9,741 Views
9 Replies
01-10-2019, 11:36 PM
Saeed_Sikandar
    Thread: Undefined variable: admin_id
Post: RE: Undefined variable: admin_id

ciadmin Wrote: (01-10-2019, 11:28 PM) -- As, the error message says, line 16 in C:\xampp\htdocs\dgos\application\views\admins\admin-profile.php has not been set. -- here is the view page I define it ...
9,741 Views
9 Replies
01-10-2019, 11:31 PM
Saeed_Sikandar
  Bug Thread: Undefined variable: admin_id
Post: Undefined variable: admin_id

New to Codeigniter need help A PHP Error was encountered Severity: Notice Message: Undefined variable: admin_id Filename: admins/admin-profile.php Line Number: 16 Backtrace: File: C:\xa...
9,741 Views
9 Replies
01-10-2019, 11:26 PM
Saeed_Sikandar

Theme © iAndrew 2016 - Forum software by © MyBB