Propel icon indicating copy to clipboard operation
Propel copied to clipboard

Current stable (and outdated and unmaintained) version of Propel - Please use v2 https://github.com/propelorm/Propel2 --

Results 103 Propel issues
Sort by recently updated
recently updated
newest added

A question for the Propel veterans here, since it's a very old version: I have an issue with the Propel Pager and a having clause. The Criteria is: ``` $c...

A lot of small changes applied to ensure that code works with PHP7.4, any help and thoughts are highly appreciated.

**This merge request contains Propel version 1.6.9 corrected to work with PHP 7.1** The tests have also been corrected. You can find the _green_ Travis CI status here: https://travis-ci.org/CrossKnowledge/Propel#2 Regards,...

see https://github.com/propelorm/Propel/issues/8

* `runtime/lib/query/Join.php` `implode()` was used against the definition (wrong PHP documentation * `runtime/lib/query/ModelCriteria.php` `count()` was used on non-countable variable (non-array)

Hi All, How to encrypt user password in Symfony 3.4. https://symfony.com/doc/3.4/security/password_encoding.html How to set AppBundle\Entity\User in app/config/security.yml. Thanks

Since 1.7.2 i am having trouble with the i18n behaviour. It changed and doesn't deliver the proper language object. Code: `CategoryQuery::Create()->joinWithI18n(getLocale())->filterByIsMenu(true)->filterByParentId($category->getCategoryId())->useCategoryI18nQuery()->filterByIsactive(true)->enduse()->orderBySort()->find()` Executed query 1.7.1: `SELECT .. FROM `category` LEFT JOIN...

PHP Deprecated: Array and string offset access syntax with curly braces is deprecated **Fix:** runtime/lib/util/BasePeer.php line 399 to 405 **From:** ``` for ($r = 0, $len = strlen($raw); $r <...

This is an attempt to satisfy the request for additional changes requested so that #1080 could be merged. I have not tested it but considering as far as I can...