invo icon indicating copy to clipboard operation
invo copied to clipboard

Sample application for the Phalcon PHP Framework

Results 10 invo issues
Sort by recently updated
recently updated
newest added

Model Users have active column type TYPE_BOOLEAN, but trying set CHAR 'Y' when register and login. Model Products have similar bug with type of active field. Closes #91

![image](https://user-images.githubusercontent.com/43992249/90999290-d4057900-e5f8-11ea-8f31-66bc80aeb6e6.png) Table users.active is not null but don't have default value;

Bug - Low
Hacktoberfest

From deprecated PSR-2 to PSR-12.

Enhancement
Hacktoberfest

The id of form was missing since bb7a972ba6f53609077a9db22d639bcc8b815d09 So all the warnings have been shown on first start.

_From @salesiss on November 6, 2017 2:20_ ### Expected and Actual Behavior INVO sample application does not have or is not showing any order management (create/edit/delete) for 'INVOICES'. > **Describe...

Enhancement

I forgot to do some of the multiple changes. I also removed unnecessary comments and aligned quotes.

Cannot install latest invo with php version 7.4.33 and Phalcon version 5.0.0 But in release requirements: Supporting Phalcon v5.0.0+ PHP Versions: 7.4, 8.0, 8.1 composer install/update errors: ```Problem 1 -...

Invo uses bootstrap4.4.1 and uses `` in .volt. However, bootstrap4 and newer do not include icons by default, and other icons (eg icons.getbootstrap.com or Font Awesome) cannot be used in...

In the searchAction of the controller, it is stored in Session/Bag as follows. However, the array returned by getParams() contains di, and Closure exists in it, so it cannot be...

in php8.1.11 can not run!