-
```
Please adhere to the CodeIgniter Style Guide regarding:
- Code Indenting
- Short Open Tags
- PHP Closing Tag
See http://codeigniter.com/user_guide/general/styleguide.html
```
Original issue rep…
-
I really appreciate you and m3qx's work in getting a class set up for codeigniter users. I've been struggling to get this to work for a few hours now and can't seem to get past the error listed below.…
-
update to CI 2.1 in order to run up-to-date CRUD
-
### PHP Version
8.2
### CodeIgniter4 Version
4.4.1
### CodeIgniter4 Installation Method
Git
### Which operating systems have you tested for this bug?
Linux
### Which server did…
-
I have a test class that should run migrations in all namespaces:
```php
namespace Tests\App\Libraries;
use App\Libraries\InvoicesLib;
use App\Models\InvoicesModel;
use CodeIgniter\Test\CIUn…
-
```
By default the pagination links will be 1 and 2 If i use the search
criteria, (id name), all the 2 are optional.
$config['base_url'] =
base_url()."index.php/searchStudent/".$id."/'".$name."'/";…
-
```
hello!
I tried to contact you on your given email, without success.
I got a mailer daemon reply.
I made a couple of updates like:
* Upgraded to the latest CodeIgniter release
* Updated functions…
-
```
hello!
I tried to contact you on your given email, without success.
I got a mailer daemon reply.
I made a couple of updates like:
* Upgraded to the latest CodeIgniter release
* Updated functions…
-
can not make my project recognize the bookstore, it shows me error in the class, it would help me a lot. Thank you
-
Below are basic steps to integrate KoolReport into CodeIgniter:
1. Copy the koolreport folder into codeigniter/application/libraries folder.
2. Create application/reports folder where you report w…