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 developers of the Propel object persistence layer.
|
|
|
upgrade to 1.6.7 == wierd exception
|
| |
been running propel for about 3 years on this project with no issues but since i upgraded to 1.6.7 i'm having an issue with one particular Model i have model *Place *-- which inherits (concrete) from model *Item* i have model *Address * all *Places *have an *Address - -1:1* since v 1.6.7 if i create a place like this:... more »
|
|
just upgraded my 1.6 project to latest 1.6 --- now completely broken.
|
| |
my app was already @ 1.6, i just bumped it up to latest version and it looks like it broke it all: PropelException: Cannot fetch ColumnMap for undefined column: id in /www/orm/propel-1.6/runtime/li b/map/TableMap.php on line *357* i get this error everywhere now. app is completely broken. any ideas?... more »
|
|
Combining Inheritance and Versionable Behavior
|
| |
I've recently started using the Versionable Behavior, and also have been using Inheritance, both are wonderful tools for hiding away the complexities of these two needs. I now have a situation where it'd be nice to combine them. It appears that Versionable only creates the the base class, and was wondering if someone... more »
|
|
Propel2 and composer
|
| |
Hi, since I finally got php 5.4 (with latest Ubuntu), I would like to try Propel2. But... I would prefer not to mess with git submodules, so I tried the composer way. So, I see con packagist that propel-bundle (version 2.0) has just symfony/framework-bundle as dependency. I expected to find propel here...... more »
|
|
Ability to return extended PropelObjectCollection from query?
|
| |
Is there a way to return an extended class of PropelObjectCollection unique to the base class instead of the PropelObjectCollection default? Quick Usages: $invoices = InvoiceQuery::create()->find() ; ...echo $invoices->sumAmount(); ...[link] Can Propel be told to do this explicitly or implicitly from introspection... more »
|
|
Propel Pagination
|
| |
Hi, i'm trying to paginate using propel. I'm quite new on this, I can paginate my results, but when I want to use the links "next" and "previous", they don't work. I can't get to know wich are the urls I've got to use in the links "next" and "previous" for change the page.
|
|
PropelQuickBuilder, sqlite and autoincrement
|
| |
Hi,
I post this message on the dev list too as I am not sure to get help on the users'list
___
I want to unit test a behavior as shown on [link]
But I met a sqlite error I don't know how to get rid of
There was 1 error:
1) MyBehaviorTest::testOne... more »
|
|
1.6.7 :: migrations :: propel-gen diff errror
|
| |
i get this error: [phingcall] SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected if i run a diff or an insert-sql why? user has full permissions, reverse task works. stumped. been using propel for years now, this time on mediatemple with composer -- only time i've seen this error. any help is appreciated.... more »
|
|
|