-
# WIP
## Docs
- [x] devtools - Check for devtools v4 (screenshots etc.)
# Completed/Reviewed
- [x] acl
- [x] application
- [x] application-cli
- [x] application-micro
- [x] annotations
- …
niden updated
4 years ago
-
I do "phalcon model products", show:
```
PHP Fatal error: Uncaught Error: Call to undefined function tests_path() in /andydata/wwwroot/video/phalcon-devtools/tests/_data/console/app/mysql/config.…
-
First I'm sorry but... always that I have to install Phalcon I get stuck in this kind of problem and right now I'm trying to understand what is the really problem.
So, I have configured the Phalcon a…
-
I have a problem making phalcon work on my xamp locally.
I added the extension php_falcon for the version I have, also added php_psr and enable them in php.ini on php 7.3.5 version operation syste…
-
> Questions should go to https://forum.phalconphp.com
> Documentation issues should go to https://github.com/phalcon/docs/issues
### Expected and Actual Behavior
Success!
> **Describe what you…
-
![2020-04-07 16-38-41 的屏幕截图](https://user-images.githubusercontent.com/26402118/78648551-b4daa900-78ee-11ea-9bb0-e5ba4f83c72b.png)
phalcon version 4.0.5
![2020-04-07 16-39-11 的屏幕截图](https://user-i…
-
> Questions should go to https://forum.phalconphp.com
> Documentation issues should go to https://github.com/phalcon/docs/issues
### Expected and Actual Behavior
> **Describe what you are tryin…
-
I have the following problem when generating the models of an Oracle database.
```
phalcon create-all-models --mapcolumn --doc --force --schema=MGR_ARVYC
Phalcon DevTools (3.4.0)
ERROR: SQLS…
-
baseUri is not being used when resolving the url. Also, the setting in app\config.php is not right (the default value is / ).
### Expected and Actual Behavior
baseUri should be treated as directo…
-
When generating a migration for a table in PostgreSql database the output is like this for the id primary key:
`new Index('users_pkey', ['id'], null)`
which should be
`new Index('users_pkey', ['i…