Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Package for generating API Documentation
Post: RE: Package for generating API Documentation

kenjis Wrote: (04-29-2024, 05:50 PM) -- How about this? https://github.com/zircote/swagger-php -- This will do. Thank you.
265 Views
6 Replies
04-29-2024, 06:02 PM
vimkaf
    Thread: Package for generating API Documentation
Post: RE: Package for generating API Documentation

Bosborne Wrote: (04-29-2024, 10:21 AM) -- I think Swagger can likely do what you want but nobody has integrated ir with Codeigniter 4. I see someone did some Codeigniter 3 integration many years ago....
265 Views
6 Replies
04-29-2024, 10:49 AM
vimkaf
    Thread: Package for generating API Documentation
Post: RE: Package for generating API Documentation

Bosborne Wrote: (04-29-2024, 04:05 AM) -- Php documentor or doxygen can generate code documentation. Many programs use Swagger to document and test their APIs. -- Thanks for your suggestion but Php...
265 Views
6 Replies
04-29-2024, 04:42 AM
vimkaf
    Thread: Integrating Bootstrap 5 into a CodeIgniter 4 Application
Post: RE: Integrating Bootstrap 5 into a CodeIgniter 4 A...

Bootstrap is a static asset and should be included the same way you include a CSS / JS file. Compile your saas and link the built CSS to your view.
285 Views
4 Replies
04-29-2024, 03:44 AM
vimkaf
    Thread: Package for generating API Documentation
Post: Package for generating API Documentation

Hello Everyone, I want to ask if there is a package to generate API documentation directly from code using docparams, annotations or attributes. A similar package would be https://scribe.knuckles.wtf...
265 Views
6 Replies
04-29-2024, 02:30 AM
vimkaf
    Thread: Shared Models between multiple applications
Post: RE: Shared Models between multiple applications

I finally got this to work. What I did was to create a SHARED_PATH constant in Common.php PHP Code: -- $d = explode(DIRECTORY_SEPARATOR,ROOTPATH); $d[count($d) -2] = "shared"; define('SHARED_...
1,132 Views
4 Replies
09-26-2022, 02:58 AM
vimkaf
    Thread: Shared Models between multiple applications
Post: RE: Shared Models between multiple applications

This is what i have tried created a shared folder in the rootpath shared    \Models        \OrderModel.php    \Libraries ... The contents of OrderModel.php PHP Code: --
1,132 Views
4 Replies
09-25-2022, 06:35 AM
vimkaf
    Thread: Shared Models between multiple applications
Post: Shared Models between multiple applications

I have multiple applications running on a single installation of CI. These apps share the same database. Project Structure /app1     app     public /app2     app     public /vendor but i want...
1,132 Views
4 Replies
09-25-2022, 05:15 AM
vimkaf
    Thread: Problem Upgrading from 4.1.9 to 4.2.6
Post: Problem Upgrading from 4.1.9 to 4.2.6

After upgrading my app from v4.1.9 to 4.2.6 i noticed that the debug toolbar is missing. How can i fix this?
468 Views
1 Replies
09-12-2022, 09:13 AM
vimkaf
    Thread: Using Viewi and CI4
Post: RE: Using Viewi and CI4

SubrataJ Wrote: (08-22-2022, 07:29 AM) -- PHP Code: -- app/Config/Routes.php //.. Other routes // Add this to Footer // Including all module routes $modules_path = ROOTPATH . 'Modules/'; ...
4,612 Views
13 Replies
08-22-2022, 08:52 AM
vimkaf
    Thread: Using Viewi and CI4
Post: Using Viewi and CI4

I recently came across Viewi https://viewi.net/ (https://viewi.net/) A package to add interactivity to an app using PHP. It's similar to Laravel's Livewire. I gave it a go and try to see if it will wo...
4,612 Views
13 Replies
08-22-2022, 07:03 AM
vimkaf
    Thread: CSRF Except not working on multiple URI Paths
Post: RE: CSRF Except not working on multiple URI Paths

Yes hope you have solved it too
1,804 Views
3 Replies
05-17-2022, 09:08 PM
vimkaf
    Thread: How to insert thousands of entrys in MySQL
Post: RE: How to insert thousands of entrys in MySQL

Read about insertBatch is the userguide
2,155 Views
3 Replies
05-17-2022, 09:06 PM
vimkaf
    Thread: Concurrency, queues and sockets?
Post: RE: Concurrency, queues and sockets?

Oh yes, I find myself needing some sort of background worker as tasks are becoming time consuming to be handled in a single request. I posted a topic on  this a while back unfortunately I had no feedb...
1,670 Views
2 Replies
05-17-2022, 08:55 PM
vimkaf
  Big Grin Thread: Myth:Auth in search of maintainer
Post: RE: Myth:Auth in search of maintainer

Is CI shield ready for production use?
7,486 Views
9 Replies
04-13-2022, 04:20 PM
vimkaf
    Thread: tabnine
Post: RE: tabnine

vimkaf Wrote: (04-12-2022, 02:12 AM) -- Is tabnine better than github copilot? --
2,513 Views
4 Replies
04-12-2022, 02:35 PM
vimkaf
    Thread: ON DELETE CASCADE for Foreign Keys
Post: RE: ON DELETE CASCADE for Foreign Keys

It would be nice if someone from the dev team could answer this. @"kenjis" @"includebeer" any thoughts on this?
2,465 Views
5 Replies
04-04-2022, 12:10 AM
vimkaf
    Thread: ON DELETE CASCADE for Foreign Keys
Post: RE: ON DELETE CASCADE for Foreign Keys

If I understand you, if the soft deletes is set to true AND ON Delete is CASCADE, records will still be kept.
2,465 Views
5 Replies
04-02-2022, 11:22 PM
vimkaf
  Question Thread: ON DELETE CASCADE for Foreign Keys
Post: ON DELETE CASCADE for Foreign Keys

Hello fam, I want to know what would happen to rows that have soft_deletes set to true in the model. Does it set the child rows deleted_at colum to null or it deletes all rows regardless?
2,465 Views
5 Replies
03-31-2022, 01:21 AM
vimkaf
    Thread: Header may not contain more than a single header, new line detected
Post: RE: Header may not contain more than a single head...

iRedds Wrote: (03-17-2022, 01:46 AM) -- Are you setting your headers? -- I have fixed this issue, the problem was the Cache-Control headers were getting repeated which was adding \r to each repitit...
4,840 Views
3 Replies
03-18-2022, 01:04 PM
vimkaf

Theme © iAndrew 2016 - Forum software by © MyBB