You cannot post messages because only members can post, and you are not currently a member.
Description:
Propel is an object persistence layer for PHP5 based on Apache Torque. In practical terms, Propel allows you to use objects instead of SQL to read and write rows in your database tables. This is the mailing list for users of the Propel object persistence layer.
|
|
|
Comments Thread
|
| |
Hi guys,
I was trying to create a comments thread for a post .
So basically the idea is to have
1 Comment
1.1 Comment 1
2 Comment
3 Comment
4 Comment
4.1 Comment
4.2 Comment
4.2.1 Comment
4.2.2 Comment
4.2.2.1 Comment
4.3 Comment
I tried with nested_set behavior .... more »
|
|
Propel2 preInsert and preSave
|
| |
Hi Guys, First of all I am new to Propel, so may be this is already answered . Question1 : I want to register a user, before that I want to check whether the username and email exists . Also I want to present the error occured . Is it good to add a behaviour or validation rule or pass the string after... more »
|
|
propel version
|
| |
Hello, i've got two question: 1. How can i check my propel version on my serv 2. Where can i find earlier propel version ? thanks for help !
|
|
Prevent Autocorrect of c/o
|
| |
Hi, I'm using Propel 1.6/mysql. I came across a weird issue, when filtering database queries with the ->where( ... ) function. This is what I'm putting in: $query->where( 'address LIKE ?', 'c/o my friend' ); When I look at the resulting query in the mysql log, it has converted *c/o *to a "care of" symbol, equivalent to the html entity *℅*;, kind of like... more »
|
|
How to edit i18n entity in symfony2 form?
|
| |
I use propel i18n behavior, so I have Report model and ReportI18n with Title field. In Report form type I want to edit title fields with one title field for every language (as in Symfony1). How to do that? I have found this [link] and tried different variations, but could not make it work with Symfony 2.2.... more »
|
|
Pre-insert error
|
| |
I've seen this before, and can't remember the solution. I'm adding a
preInsert method to my class, and getting this error:
Argument 1 passed to Diy\OsmBundle\Model\Tag::preIn sert() must be an
instance of Diy\OsmBundle\Model\PropelPDO, instance of DebugPDO given
Is there another way to add preInsert methods?... more »
|
|
The attribute 'baseClassName' is not allowed.
|
| |
Hi, I want to extend baseObject to provide functionality for all database table objects, and I'm following the instructions at [link] under "database element": baseClass allows you to specify a default base class that all generated Propel objects should extend (in place of propel.om.BaseObject).... more »
|
|
table with 2 prices fields in Symfony 1.4 propel
|
| |
In project Symfony 1.4 propel, there ia table with prices, which must be grouped. I do like: $c = new Criteria(); ...And I have sql like: ...The prices are grouped and user select 2 prices with code : $MinPrice= round(floatval( $extended_parameters['selected _prices'][$III] - 25 ), 2);... more »
|
|
Propel Undefined Method
|
| |
Hi, I recently met with this problem where I kept getting this error, *Call to undefined method Card::setCardNo()*. The method is found in the object map class and it has been working in the past and just recently fails to work. Please help!!
|
|
|