-
Procuct: Phalcon Eye
Vendor: Phalcon (https://phalconphp.com/)
Vunlerable Version: 0.4.1 and probably prior
Tested Version: 0.4.1
Author: ADLab of Venustech
Advisory Details:
I have discovered…
-
This isn't a feature request per se, as it's the expected functionality.
Go to https://forum.phalconphp.com/category/21/beginners for example (as it has the most threads).
Then click "Start a Disc…
-
## 前端
- [http://www.w3school.com.cn](http://www.w3school.com.cn/) html、css、JavaScript、html dom、ajax、json
这些章节看一看,不需要记住,有印象即可
- [http://v3.bootcss.com](http://v3.bootcss.com/) 看一看,能够使用这个库写一些网页效果
…
-
Hi
I would like to ask for a new feature.
Currently is not possible override view file when create a new theme.
Will be great to have similar to wp child themes.
This allow you override certain vi…
raxan updated
9 years ago
-
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 h…
-
The way many to many behaves, does not appear to be very intuitive, and is not nice to use. for example
```
$tag1 = \Tag::findFirst('id=1');
$tag2 = \Tag::findFirst('id=2');
$tag3 = \Tag::findFirst('…
-
某他の言語コミュニティで行われていたような、本をみんなで少しずつ読み進めるような形式のものをやりたいので、そのネタになりそうなものを探す
iakio updated
9 years ago
-
I have some raw-sql queries, which I want translate to PHQL. For example:
raw sql:
``` sql
UPDATE versions
LEFT JOIN composerlink ON composerlink.TrackRef=versions.TrackRef
SET Price=PriceOrig
WHERE…
-
| | |
| --- | --- |
| Bugzilla Link | [19467](https://llvm.org/bz19467) |
| Version | trunk |
| OS | Windows NT |
| CC | @DougGregor,@ddobrev,@rnk |
## Extended Description
So far from my …
-
Regex ile hashtagleri algılamak ve bunlara link atamak için 'preg_replace' kullandım.
```php
$text = preg_replace('/(?#$1', $text);
```
Direkt çalışan örneği de bu linkte:
```
https:/…