-
Couldn't load subscription status.
- Fork 2k
Closed
Labels
bugVerified issues on the current code behavior or pull requests that will fix themVerified issues on the current code behavior or pull requests that will fix them
Description
PHP Version
8.2
CodeIgniter4 Version
4.4.1
CodeIgniter4 Installation Method
Composer (using codeigniter4/appstarter)
Which operating systems have you tested for this bug?
Linux
Which server did you use?
apache
Database
mariadb Ver 15.1 Distrib 10.11.4-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper
What happened?
HTML Table Class produces bugged output as follows:
| Data do Orçamento |
|---|
| 2023-10-16 21:12:29 |
| 2023-10-16 21:12:29 |
| 2023-10-16 21:12:29 |
Steps to Reproduce
Serve Model->asArray()->findAll() to generate() method of HTML Table class when source table contains column named "data".
Expected Output
| Codigo Orçamento | Data do Orçamento | Tipo de Desconto | Valor do Desconto |
|---|---|---|---|
| codigo1 | 2023-10-16 21:50:08 | NENHUM | |
| codigo2 | 2023-10-16 21:50:08 | REAL | 10.00 |
| codigo3 | 2023-10-16 21:50:08 | PERCENTUAL | 10.00 |
Anything else?
Metadata
Metadata
Assignees
Labels
bugVerified issues on the current code behavior or pull requests that will fix themVerified issues on the current code behavior or pull requests that will fix them
