Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Packages boilerplate
Post: RE: Packages boilerplate

fbsgn Wrote: (03-28-2021, 11:39 PM) -- Hi, I have a problem to install this . Can anybody help me? I have Codeigniter4 running. then I downloaded the agungsugiarto (https://gith...
35,364 Views
23 Replies
04-03-2021, 09:10 PM
Martin_Salas
    Thread: usint form_dropdown()
Post: RE: usint form_dropdown()

Thank you very much for your answer, but the function you propose does not result in an associative array of the required form. PHP Code: -- $options = ['1' => 'asasasa', '2' => 'some...
2,713 Views
3 Replies
09-03-2020, 06:37 PM
Martin_Salas
    Thread: usint form_dropdown()
Post: usint form_dropdown()

Hello, the table "types" is formed in the following way: id     |       name   |      description 1      |       one      |       none 2      |       two       |      none 3      |       three  ...
2,713 Views
3 Replies
09-02-2020, 10:24 PM
Martin_Salas
  Sad Thread: Basic App - Free CMS on CodeIgniter 4
Post: RE: Basic App - Free CMS on CodeIgniter 4

Martin_Salas Wrote: (06-22-2020, 03:59 PM) -- Hello, I did the installation with composer, but it shows me the image error. https://subefotos.com/ver/?06755726a1d2d33058903b8bfb8d7fe6o.png What...
145,289 Views
69 Replies
06-24-2020, 09:43 PM
Martin_Salas
    Thread: Basic App - Free CMS on CodeIgniter 4
Post: RE: Basic App - Free CMS on CodeIgniter 4

Hello, I did the installation with composer, but it shows me the image error. https://subefotos.com/ver/?06755726a1d2d33058903b8bfb8d7fe6o.png What could I be doing wrong? Thanks for your time!
145,289 Views
69 Replies
06-22-2020, 03:59 PM
Martin_Salas
    Thread: No such file or directory when running seeder from CLI
Post: RE: No such file or directory when running seeder ...

includebeer Wrote: (01-12-2020, 08:08 AM) -- MGatner Wrote: (01-11-2020, 06:05 AM) -- Your CLI version of PHP doesn’t necessarily have the same extensions installed. Run php -m and make sure MySQL e...
6,345 Views
5 Replies
05-14-2020, 04:56 PM
Martin_Salas
    Thread: Packages boilerplate
Post: RE: Packages boilerplate

Sorry for the delay, I was away from this for a while. The solution in my case was to edit the .env file in the app.baseURL = ' ' section and correctly write the url that should go there [hr] I...
35,364 Views
23 Replies
05-09-2020, 02:19 PM
Martin_Salas
    Thread: Packages boilerplate
Post: RE: Packages boilerplate

I made a terrible mistake. Sorry for wasting your time. thanks for your help
35,364 Views
23 Replies
04-14-2020, 07:43 PM
Martin_Salas
    Thread: Packages boilerplate
Post: RE: Packages boilerplate

agungsugiarto Wrote: (04-13-2020, 07:01 AM) -- Martin_Salas Wrote: (04-12-2020, 10:29 PM) -- I'm not sure if this is the right place to ask you a question, but I hope you can answer it. when exec...
35,364 Views
23 Replies
04-13-2020, 06:42 PM
Martin_Salas
    Thread: Packages boilerplate
Post: RE: Packages boilerplate

I'm not sure if this is the right place to ask you a question, but I hope you can answer it. when executing the command:                      php spark boilerplate:install I obey in response:...
35,364 Views
23 Replies
04-12-2020, 10:29 PM
Martin_Salas
    Thread: CI4 error 500
Post: RE: CI4 error 500

thanks for your help
3,046 Views
2 Replies
04-12-2020, 08:40 AM
Martin_Salas
    Thread: CI4 error 500
Post: CI4 error 500

Hi! When installing CI4 the following error is displayed Error Class 'Kint\Kint' not found SYSTEMPATH/ThirdParty/Kint/init.php at line 46 https://subefotos.com/ver/?83de62372d8ef3ffc6066a5bf55f...
3,046 Views
2 Replies
04-12-2020, 12:14 AM
Martin_Salas
    Thread: excel to php
Post: excel to php

My goal is to read data saved in an xls file.  There is the library: https://github.com/PHPOffice/PhpSpreadsheet] Is it possible to use it in CI4?
2,237 Views
1 Replies
12-15-2019, 05:07 PM
Martin_Salas
    Thread: How to create a library?
Post: RE: How to create a library?

InsiteFX Wrote: (12-15-2019, 09:33 AM) -- Example CI 4 Library PHP Code: --
17,285 Views
8 Replies
12-15-2019, 03:12 PM
Martin_Salas
    Thread: How to create a library?
Post: RE: How to create a library?

ciadmin Wrote: (12-07-2019, 09:24 PM) -- Er, The above advice is more for CI3. For CI4, create libraries as classes inside some app folder, eg app/Libraries, and make sure that they are properly n...
17,285 Views
8 Replies
12-15-2019, 06:40 AM
Martin_Salas
    Thread: about API Response Trait
Post: about API Response Trait

I was using tests in CI3, with the codeigniter-restserver library and I liked the following implementation: class Books extends CI_Controller {   use REST_Controller {    REST_Controller::__co...
9,123 Views
8 Replies
07-23-2019, 07:52 PM
Martin_Salas

Theme © iAndrew 2016 - Forum software by © MyBB