-
Hi, guys!
Would be nice if Phalcon adds a readable and transparent way to require/collect parameters on object construction like below:
``` php
use Phalcon\Mvc\Model;
class Foo extends Model
{
p…
-
> 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…
-
http://docs.phalconphp.com/en/latest/reference/install.html
![screenshot 2014-10-19 20 56 51](https://cloud.githubusercontent.com/assets/526352/4693884/ff9d0d4e-57b0-11e4-848a-4164a77455d5.png)
And …
-
https://docs.phalconphp.com/en/3.2/application
Under "Single Module" it should be 2 spaces indented per nested level instead of 4. It is 2 spaces in other places.
-
Can be seen on https://docs.phalconphp.com/en/3.2/db-models.
Screenshot:
![96d770d4b27f17fd817defaa1cf6b754c9869a4c527e08df6924c0fb25bf0a9d6ee9081ac8e5c777df03084e12f408e6972397b343f788bf](http…
-
On the old documentation, there was an API index:
https://olddocs.phalconphp.com/en/3.0.0/api/index.html
Can some analog of this be returned to the docs?
-
Hi @dmkit ,
I just started learning PhalconPHP and decided to create a simple API, using jwt auth.
I can generate the token without any problem, but when I try to access a protected route I alway…
yoh-m updated
7 years ago
-
I have an auth class in library/auth/Auth.php
I'm trying to load it with the example below
```
$loader = new Loader();
$loader->registerNamespaces(
[
"Test\\Library" => "/project…
-
Most google results are broken because 3.0 has no redirect
https://docs.phalconphp.com/en/3.0.0/reference/models.html
-
I'm trying to get a MSSql connector working with Phalcon.
I used the library created by @davideairaghi https://github.com/davideairaghi/php/tree/master/library/Airaghi/PhalconPHP/MSSQL
First I modif…