base-app
base-app copied to clipboard
The base application in PhalconPHP
Hi, A basic question, how come `Users` model has no properties like `username, password, email` etc. This code was working till now but doesn't seem to work anymore. I don't...
Hi, I was trying to use bootstrap tabs with base-app but am unable to get even the basic thing working. The page I am using includes the below code. I...
Hello, I wanted to request you to add the facility to log SQL statements in your framework. See this: https://docs.phalconphp.com/en/latest/reference/models.html#logging-low-level-sql-statements I have this in my Base App based config.ini ```...
Hello, I created a directory "forms" in `.\app\frontend`. Created a form in it called CompanyForm, created a corresponding directory in `frontend\views` called company. Created scripts for `index, create \ edit...