Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Mastering SQL: Comprehensive Guide To Structured Query Language
Post: Mastering SQL: Comprehensive Guide To Structured Q...

Mastering SQL: Comprehensive Guide To Structured Query Language (https://dev.to/louaiboumediene/mastering-sql-comprehensive-guide-to-structured-query-language-4gh)
52 Views
0 Replies
Today, 02:05 AM
InsiteFX
    Thread: Powerful Practices Every New Developer Should Adopt (DEV.TO)
Post: RE: Powerful Practices Every New Developer Should ...

@"php_rocs", Thank you.
57 Views
1 Replies
05-13-2024, 09:19 PM
InsiteFX
    Thread: Error 500 Internal Server Error after update to 4.5.1
Post: RE: Error 500 Internal Server Error after update t...

Please show the full ERROR that you got.
40 Views
2 Replies
05-12-2024, 10:06 PM
InsiteFX
    Thread: Insert in joint table before inserting in another one
Post: RE: Insert in joint table before inserting in anot...

CodeIgniter 4 User Guide - Using CodeIgniter’s Model - Callbacks (https://codeigniter.com/user_guide/models/model.html#callbacks)
559 Views
13 Replies
05-11-2024, 11:12 PM
InsiteFX
    Thread: How to Find & Hire Codeigniter Developers in 2024
Post: RE: How to Find & Hire Codeigniter Developers in 2...

No, because it is mentioning CodeIgniter and programming so it is not spam!
212 Views
3 Replies
05-10-2024, 10:22 PM
InsiteFX
    Thread: File not found on my online server
Post: RE: File not found on my online server

You may need to change app/Config/App.php PHP Code: --     /**     * --------------------------------------------------------------------------     * URI PROTOCOL     * --------------------------...
249 Views
10 Replies
05-10-2024, 10:17 PM
InsiteFX
    Thread: Converting a CI3 Project to CI4.5.1
Post: RE: Converting a CI3 Project to CI4.5.1

Your MyController code would go into BaseController in CI 4. As far as I can see your Security code has already been implemented into CI 4. So you should only have to configure your Security con...
241 Views
7 Replies
05-10-2024, 10:11 PM
InsiteFX
    Thread: I built 30 startups in 20 years (DEV.TO)
Post: RE: I built 30 startups in 20 years (DEV.TO)

@"php_rocs", Thank you.
116 Views
1 Replies
05-09-2024, 11:07 PM
InsiteFX
    Thread: How to Find & Hire Codeigniter Developers in 2024
Post: RE: How to Find & Hire Codeigniter Developers in 2...

@"php_rocs", Thank you.
212 Views
3 Replies
05-09-2024, 11:05 PM
InsiteFX
    Thread: 6 hard truths about learning to code in 2024 (DEV.TO)
Post: RE: 6 hard truths about learning to code in 2024 (...

@"php_rocs", Thank you.
126 Views
2 Replies
05-09-2024, 11:04 PM
InsiteFX
    Thread: Implement DDD in Codeigniter 4
Post: RE: Implement DDD in Codeigniter 4

It's nothing but OOP ( Object Oriented Programming ). It's just built around a business model. DDD 101 — The 5-Minute Tour (https://medium.com/the-coding-matrix/ddd-101-the-5-minute-tour-7a3037cf5...
149 Views
1 Replies
05-07-2024, 09:56 PM
InsiteFX
    Thread: How to make nav-link active
Post: RE: How to make nav-link active

Some thing like this. PHP Code: -- // in your controller set the page name $data['page'] = 'home'; return view('homeView', $data); // in your view file          
232 Views
3 Replies
05-05-2024, 10:41 PM
InsiteFX
    Thread: auth() differs from my localapi and remote
Post: RE: auth() differs from my localapi and remote

No it won't, That is the Web CORS. Cross-Origin Resource Sharing (CORS) (https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
162 Views
3 Replies
05-04-2024, 11:20 PM
InsiteFX
    Thread: Unlocking the Power of SQL Queries for Improved Performance
Post: Unlocking the Power of SQL Queries for Improved Pe...

Unlocking the Power of SQL Queries for Improved Performance (https://blog.bytebytego.com/p/unlocking-the-power-of-sql-queries)
147 Views
0 Replies
05-03-2024, 11:23 AM
InsiteFX
    Thread: Top 10 PHP Testing Frameworks for 2024 (Dev.to)
Post: RE: Top 10 PHP Testing Frameworks for 2024 (Dev.to...

@"php_rocs", Thanks.
217 Views
2 Replies
05-01-2024, 10:51 PM
InsiteFX
    Thread: Basic Algorithms
Post: Basic Algorithms

Basic Algorithms (https://dev.to/m__mdy__m/basic-algorithms-5bep?context=digest) Algorithms are the lifeblood of computing. They are the step-by-step instructions that computers follow to solve pr...
94 Views
0 Replies
04-30-2024, 01:56 AM
InsiteFX
    Thread: As experienced web developer what is the cause of this issue?
Post: RE: As experienced web developer what is the cause...

Try turning off the Debug Toolbar and see if they go away.
412 Views
8 Replies
04-29-2024, 10:45 PM
InsiteFX
    Thread: As experienced web developer what is the cause of this issue?
Post: RE: As experienced web developer what is the cause...

Strange, I have no space like that when I view my pages in Chrome. You sure you don't have some attribute at the beginning?
412 Views
8 Replies
04-29-2024, 04:28 AM
InsiteFX
    Thread: Integrating Bootstrap 5 into a CodeIgniter 4 Application
Post: RE: Integrating Bootstrap 5 into a CodeIgniter 4 A...

This is one of my layouts, should give you and idea on how to include Bootstrap. PHP Code: --
265 Views
4 Replies
04-29-2024, 04:21 AM
InsiteFX
    Thread: Bug with sessions CI 4.5.1
Post: RE: Bug with sessions CI 4.5.1

Not that I know of off hand.
1,292 Views
4 Replies
04-28-2024, 10:22 PM
InsiteFX

Theme © iAndrew 2016 - Forum software by © MyBB