We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

mistake(?)

tutorial 2 and INVO:

At tutorial 2 the search form, should "app/views/index.phtml" be "app/views/products/index.phtml"?

The INVO demo site, when the width < 980 there's a weird padding on top.

the zip file, at app\config\services.php line 122 "a user component"


phalcon forum:

The "Submit Discussion" button is disappeared in the responsive width



43.9k

Hi,

if you think that this is a serious issue: https://github.com/phalcon/invo/issues/new

if you manage to solve that: feel free to send a pull request ;-)



25.7k
edited Dec '14

INVO sample:

today I tried to actually play with the sample, I guess the createdb.php has some issue with the password VARCHAR(30)? because sha1 generate a string longer than 30.

why CompaniesForm and ProductsForm has "use Phalcon\Validation\Validator\Email;"?