Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Why is Code Igniter not recommended?
Post: RE: Why is Code Igniter not recommended?

I began working with CI way back in the day. The days of cake. I don't know if you recall cake but it was fairly similar to CI at the time. The entire MVC revolution had just started. Fast forward to ...
9,477 Views
6 Replies
03-16-2020, 09:35 PM
nonebeliever
    Thread: Not Being Very Honest
Post: Not Being Very Honest

I thought CI was a community driven initiative.  The last I looked on Github I saw every commit from one person. This dude https://github.com/codeigniter4/CodeIgniter4/commits?author=MGatner ...
5,649 Views
4 Replies
03-08-2020, 05:11 AM
nonebeliever
    Thread: Can CI 4 handle a thousand request?
Post: RE: Can CI 4 handle a thousand request?

albertleao Wrote: (03-04-2020, 08:07 AM) -- It's 100% about the code you write and not Codeigniter. If you write bad code that is slow, it doesn't matter what framework you're using, it'll be slow. I...
8,761 Views
9 Replies
03-08-2020, 04:18 AM
nonebeliever
    Thread: Why crash my code?
Post: RE: Why crash my code?

Just a guess. You are calling get category without an argument which results in an endless loop.
8,938 Views
12 Replies
03-03-2020, 03:26 AM
nonebeliever
    Thread: URL routing for methods with parameters leads to 404 error
Post: RE: URL routing for methods with parameters leads ...

Have you tried Admin_Portal.
1,506 Views
1 Replies
03-03-2020, 03:22 AM
nonebeliever
    Thread: Codeigniter 3 - CORS ?
Post: RE: Codeigniter 3 - CORS ?

This is an assumption. Based on what you provided it appears you are trying to access content on a domain which you have ownership. Access control allowed missing means the access control headers are ...
7,766 Views
2 Replies
03-03-2020, 03:15 AM
nonebeliever
    Thread: Database Num_rows()?
Post: RE: Database Num_rows()?

If you are using MySQL and not limited by a query builder. MySQL has SQL_CALC_FOUND_ROWS which will calculate the total number of results within the same query used to fetch the result set. https:...
23,896 Views
11 Replies
03-03-2020, 02:55 AM
nonebeliever
    Thread: Using apache Cassandra with codeigniter
Post: RE: Using apache Cassandra with codeigniter

You don't want to store images in a no sql database like Casandra. Cassandra isn't really built for that. I would highly recommend evaluating some cloud options more aligned with your desires. Not to ...
2,276 Views
2 Replies
03-03-2020, 02:49 AM
nonebeliever
    Thread: El Forum
Post: RE: El Forum

I recommend taking CI out of the equation. Just create a simple php script that connects to the database via the sql server driver. SQL server is not easy to setup on a local dev environment. You need...
1,359 Views
1 Replies
03-03-2020, 02:44 AM
nonebeliever
    Thread: Running automated tests with mysql database possible?
Post: RE: Running automated tests with mysql database po...

Have you ever been able to run the tests against the test database?
2,237 Views
2 Replies
03-03-2020, 02:36 AM
nonebeliever
    Thread: i needed multi city flight search
Post: RE: i needed multi city flight search

I always just contact my local airport. They provide me with a list of all the incoming and outgoing flights. [hr] I think you need to stop thinking about this problem in terms of technology. If you ...
2,264 Views
3 Replies
03-03-2020, 02:28 AM
nonebeliever
    Thread: WordPress to CI4 Migration
Post: WordPress to CI4 Migration

Hello, I have recent client who has something called a Mongo db database. I'm trying to figure out how to use CI4 with that database. They want to take their Wordpress site and move it over to Code...
2,510 Views
1 Replies
03-03-2020, 02:22 AM
nonebeliever

Theme © iAndrew 2016 - Forum software by © MyBB