Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Shield setup issue
Post: RE: Shield setup issue

InsiteFX Wrote: (10-21-2024, 11:07 PM) -- I would extended the settings library and add the modifications that you need. -- Yes, as I said before, I need to manually extending it and change the han...
560 Views
3 Replies
10-22-2024, 12:11 AM
nfaiz
    Thread: Shield setup issue
Post: Shield setup issue

I'm planning to use shield for user management I'm aware that this add-on will also include settings library. I don't want to use database handler for settings and want to use array instead. For...
560 Views
3 Replies
10-21-2024, 12:44 AM
nfaiz
    Thread: Migration issue SQL Server
Post: Migration issue SQL Server

I'm using SQL Server and using schema name instead of dbo. north.userTable Somehow $this->forge->addForeignKey('user_id', 'userTable', 'id', '', 'CASCADE') does not add schema in table userTable an...
198 Views
0 Replies
10-21-2024, 12:21 AM
nfaiz
    Thread: How to use CLI generator
Post: RE: How to use CLI generator

InsiteFX Wrote: (10-19-2024, 09:55 PM) -- CodeIgniter 4 User Guide - Command Line Usage - CLI Generators - make:controller (https://codeigniter.com/user_guide/cli/cli_generators.html#make-controller)...
695 Views
5 Replies
10-20-2024, 11:27 PM
nfaiz
    Thread: How to use CLI generator
Post: RE: How to use CLI generator

captain-sensible Wrote: (10-19-2024, 10:00 AM) -- in theory , dont quote me but if you had a directory Api inside app/Controllers  and inside Api directory was a file called  FooController.php with t...
695 Views
5 Replies
10-19-2024, 09:31 PM
nfaiz
    Thread: How to use CLI generator
Post: How to use CLI generator

I want to create restful controller. How to use a namespace in CLI for App\Controllers\Api app/Controllers/Api/FooController.php Tried this command and failed. php spark make:controller Foo ...
695 Views
5 Replies
10-19-2024, 06:45 AM
nfaiz
    Thread: Would You Like an Automated Prompt to Install Additional Packages After CI4 Setup?
Post: RE: Would You Like an Automated Prompt to Install ...

My suggestion is prompt to create .env file first.
1,427 Views
7 Replies
08-15-2024, 08:14 AM
nfaiz
    Thread: installation problem for v4.4.8
Post: RE: installation problem for v4.4.8

Thank you
947 Views
3 Replies
05-22-2024, 08:27 AM
nfaiz
    Thread: installation problem for v4.4.8
Post: installation problem for v4.4.8

Im using composer to install previous version Code: -- composer create-project codeigniter4/appstarter:4.4.8 myproject -- After that I'm running this command Code: -- php spark env developm...
947 Views
3 Replies
05-20-2024, 11:08 PM
nfaiz
    Thread: View routes does not show in toolbar.
Post: View routes does not show in toolbar.

I'm using below code in Config/Routes.php PHP Code: -- $routes->view('about', 'pages/about'); -- and does not show in Toolbar under Routes tab. Is it normal?
540 Views
2 Replies
07-03-2023, 01:35 AM
nfaiz
    Thread: SHIELD - Table name
Post: RE: SHIELD - Table name

kenjis Wrote: (02-12-2023, 11:52 PM) -- See https://github.com/codeigniter4/shield/pull/633 -- Thank you @kenjis and @datamweb. Really appreciate it.
6,914 Views
9 Replies
02-13-2023, 01:34 AM
nfaiz
    Thread: SHIELD - Table name
Post: RE: SHIELD - Table name

kenjis Wrote: (01-07-2023, 01:32 AM) -- Yes, if you add the table property, the database migration also needs to use the values. And of course, if you change the property after initial setup, you al...
6,914 Views
9 Replies
01-09-2023, 09:17 PM
nfaiz
    Thread: SHIELD - Table name
Post: RE: SHIELD - Table name

datamweb Wrote: (08-02-2022, 06:10 PM) -- Hi, can you explain why two Auth packages should be used simultaneously on the same site? -- My suggestion Create constant for auth tables in Config/Aut...
6,914 Views
9 Replies
01-06-2023, 06:28 AM
nfaiz
    Thread: Transactions with Model
Post: RE: SOLVED Transactions with Model

RedWd Wrote: (11-27-2022, 01:37 AM) -- I found a solution. The code below: Code: -- $UserModel->db->transStart(); $UserModel->save($user); $ProfileModel->save($profile); $UserModel->d...
4,190 Views
8 Replies
11-27-2022, 08:05 AM
nfaiz
    Thread: SHIELD - Table name
Post: RE: SHIELD - Table name

Let's say some workplaces have policies and procedures for table names to follow a standard like ISO
6,914 Views
9 Replies
08-07-2022, 07:48 AM
nfaiz
    Thread: crud operations within datatables
Post: RE: crud operations within datatables

Ahmed Haroon Wrote: (06-30-2022, 04:01 AM) -- we are using Pik admin panel, and want to write a page which will contains only Datatable for CRUD operations, please help with a Link to step by step gu...
4,250 Views
9 Replies
07-04-2022, 06:50 PM
nfaiz
    Thread: SHIELD - Table name
Post: SHIELD - Table name

Perhaps Shield table name has been used for other project. Suggestion: Make the table name customizable like CodeIgniter Settings or Ion Auth
6,914 Views
9 Replies
06-30-2022, 07:17 PM
nfaiz
    Thread: How get null result if not found in Mysql
Post: RE: How get null result if not found in Mysql

SELECT * FROM tbl_order WHERE DATE(order_date) IN ('2021-01-01','2021-01-02','2021-01-03','2021-01-04','2021-01-05') OR order_date IS NULL GROUP BY DATE(order_date)
3,771 Views
6 Replies
01-13-2022, 02:01 AM
nfaiz
    Thread: Codeigniter 4 and Inertia JS
Post: RE: Codeigniter 4 and Inertia JS

No package release. Use dev-master or dev-main Code: -- composer require amirami/inertia-codeigniter-4:dev-master --
4,313 Views
1 Replies
11-22-2021, 09:16 AM
nfaiz
    Thread: mpdf class not fount error CI 4.1.5
Post: RE: mpdf class not fount error CI 4.1.5

Are you sure the installation is in ci4-mpdf directory?
11,293 Views
10 Replies
11-21-2021, 04:18 AM
nfaiz

Theme © iAndrew 2016 - Forum software by © MyBB