Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter 4 w/ Tailwind CSS
Post: RE: Codeigniter 4 w/ Tailwind CSS

dgvirtual Wrote: (01-06-2025, 11:00 AM) -- This semi-new Components library for CI4 should be really useful with tailwind. It allows to encapsulate html and css classes (Tailwind is famous for the ex...
19,015 Views
11 Replies
01-08-2025, 11:09 AM
Bosborne
    Thread: Protected method in controller
Post: RE: Protected method in controller

Vespa Wrote: (12-21-2024, 07:36 AM) -- In CI3 I was able to set private o protected method in controller, for example: Code: --     private function _human_filesize($bytes, $decimals = 2)     ...
724 Views
1 Replies
12-21-2024, 09:54 AM
Bosborne
    Thread: Assistance Needed with CodeIgniter Setup and Development
Post: RE: Assistance Needed with CodeIgniter Setup and D...

Here is a good Codeigniter training course, but I recommend you wait for one of Udemy’s frequent sales. They usually discount courses greatly. https://www.udemy.com/course/codeigniter-from-scratch
2,208 Views
4 Replies
11-02-2024, 03:19 AM
Bosborne
    Thread: Is codeigniter 5 upcoming version
Post: RE: Is codeigniter 5 upcoming version

Kiranrs Wrote: (11-01-2024, 03:28 AM) -- php_rocs Wrote: (04-22-2021, 10:45 AM) -- @paliz, Not that there will not be a CI5 in the future but for now I would say more than likely not any time soo...
13,990 Views
6 Replies
11-01-2024, 03:36 AM
Bosborne
    Thread: PHP + Codeigniter + Perfex CRM
Post: RE: PHP + Codeigniter + Perfex CRM

You do not mention how much you are willing to pay for this commercial work.
8,614 Views
8 Replies
10-24-2024, 03:23 AM
Bosborne
    Thread: codeigniter4 CMS
Post: RE: codeigniter4 CMS

captain-sensible Wrote: (10-15-2024, 05:04 AM) -- I've disliked github ever since Microsoft took over but hey : https://github.com/captain-sensible/CI4-CMS -- GitLab is a similar option not control...
23,310 Views
20 Replies
10-16-2024, 03:29 AM
Bosborne
    Thread: Why PHP is Gaining Popularity in 2024: The Unexpected Comeback of a Classic Language
Post: RE: Why PHP is Gaining Popularity in 2024: The Une...

IMO for enterprise use though, a 2 year support lifecycle is extremely short, especially for a company with many PRP projects that need updating for each major version,
2,155 Views
2 Replies
10-12-2024, 03:57 AM
Bosborne
    Thread: Request for Enhanced Validation Rules: is_unique and is_not_unique
Post: RE: Request for Enhanced Validation Rules: is_uniq...

I am sure the developers would gladly consider a PR with the proposed changes, The very small developer team is focused on maintaining & refining the current code & features. Open source projects...
2,412 Views
3 Replies
10-06-2024, 03:36 AM
Bosborne
    Thread: Docker for local web development
Post: RE: Docker for local web development

Over the past few months I switched my local development over to Docker because my new production environment, using OpenShift, uses Docker containers. One other reason for using Docker containers ...
3,381 Views
5 Replies
10-02-2024, 06:17 AM
Bosborne
    Thread: php 8.2
Post: RE: php 8.2

[email protected] Wrote: (09-27-2024, 01:23 AM) -- how to make codeigniter 3 work with php 8.2 -- Move to CI4.
2,154 Views
2 Replies
09-27-2024, 09:18 AM
Bosborne
    Thread: CI-3 HMVC PHP Error
Post: RE: CI-3 HMVC PHP Error

msheath Wrote: (09-20-2024, 01:34 AM) -- ozornick Wrote: (09-19-2024, 08:43 PM) -- CI3 not supporred php8.3. -- Not natively perhaps but I'm sure there is a fix. -- The fix is Codeigniter 4.
3,810 Views
6 Replies
09-20-2024, 03:50 AM
Bosborne
    Thread: CodeIgniter v4.5.5 bug fix released
Post: RE: CodeIgniter v4.5.5 bug fix released

kenjis Wrote: (09-10-2024, 03:43 AM) -- I believe almost all projects will not break with a patch level upgrading. But you should read the changelog https://codeigniter4.github.io/CodeIgniter4/chang...
17,686 Views
11 Replies
09-11-2024, 03:25 AM
Bosborne
    Thread: CodeIgniter v4.5.5 bug fix released
Post: RE: CodeIgniter v4.5.5 bug fix released

I would have expected a patch level release to not introduce changes to projects, but composer,json was updated. At what update level can an enterprise project. Update automatically without any expec...
17,686 Views
11 Replies
09-10-2024, 03:23 AM
Bosborne
    Thread: Script working well at localhost but not remotely
Post: RE: Script working well at localhost but not remot...

ceck17 Wrote: (08-20-2024, 07:30 AM) -- Thank you - I  will try with PHP 5.5.0 -- Codeigniter will not work with PHP 5.5.0
3,526 Views
7 Replies
08-20-2024, 08:53 AM
Bosborne
    Thread: php spart displays ""%
Post: RE: php spart displays ""%

You have mot given us enough information to assist. What versions of CI & PHP? Are they the same on the old and new laptop? Does the output of phpinfo() show all needed extensions? How did you clo...
812 Views
1 Replies
08-16-2024, 03:42 AM
Bosborne
    Thread: Script working well at localhost but not remotely
Post: RE: Script working well at localhost but not remot...

Look at the Fatal error line. It appears that PHP installation is missing the MySQL extension.
3,526 Views
7 Replies
08-16-2024, 03:39 AM
Bosborne
    Thread: Custom Validation Messages not shown
Post: RE: Custom Validation Messages not shown

kenjis Wrote: (08-02-2024, 04:51 PM) -- See https://codeigniter.com/user_guide/incoming/controllers.html#this-validate But as the Important note says, we recommend that you use the validateData() ...
3,253 Views
4 Replies
08-03-2024, 04:17 AM
Bosborne
    Thread: Help: How to integrate codeigniter with Sneat Free laravel?
Post: RE: Help: How to integrate codeigniter with Sneat ...

I have used an older version of Laravel and moved to CodeIgniter. If you understand Laravel & their approach, you should be able to come close to replicating the experience. Personally, I do not li...
2,176 Views
2 Replies
08-02-2024, 03:35 AM
Bosborne
    Thread: Codeigniter 3.2.0 problem with php 8.2
Post: RE: Codeigniter 3.2.0 problem with php 8.2

I have been running CI below 4.5 with no issues. I am waiting for the bugs to settle down in 4.5 before making the move there.
7,037 Views
12 Replies
07-29-2024, 08:54 AM
Bosborne
    Thread: CodeIgniter Web Application Blueprints
Post: RE: CodeIgniter Web Application Blueprints

If considering the excellent Udemy course (or any Udemy course), wait for a sale. They regularly have steep discounts on their courses.
3,616 Views
6 Replies
07-29-2024, 08:52 AM
Bosborne

Theme © iAndrew 2016 - Forum software by © MyBB