Propel is an open-source Object-Relational Mapping (ORM) for PHP5. It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data.
0
votes
1answer
37 views
Wiki-style links. How to change color of links if the destination page doesn't exist
I have model WikiPage. WikiPage->text I get from database. I made method "wikify " and generate text on page by class::wikify($Page->getText()).
In text I have construction [link name], I generate ...
0
votes
0answers
36 views
Propel using where with SUBSTRING
why does this no work?
$allRecords = RecordsQuery::create()
->where('SUBSTR(Records.paymentTime, 1, 7) = ?', '2013-02')
->findOne(); //
var_dump($allRecords);
it just gives back null.
If i ...
0
votes
0answers
92 views
How to pass a custom query to the sfPager for getting pagination?
Below is the sql query. Here 3 tables are used. EMPLOYER, COMPANYPROFILE,JOBSEEKERFOLLOWER
$c=new Criteria();
$c->add(EmployerPeer::ITEMPLOYERSTATUS, 1);
$c->addJoin(EmployerPeer::IDEMPLOYER, ...
0
votes
1answer
54 views
How to create route with different modules with same name?
I have 2 different models: category and page. My schema.yml:
propel:
wiki_category:
id: ~
address: { type: varchar(255) }
name: { type: varchar(255), required: ...
1
vote
1answer
92 views
Why is my propel cascade blocked by foreign key constraints?
I have the following structure in the databse:
In my code I first create a Company, then a logbook, then a number of schedules, then a user, then a logbook responsibility. Sort of like this (not ...
0
votes
1answer
159 views
How to make Criteria on SELECT CASE in Symfony 1.4 Propel
I am looking a way to make Criteria based on this SQL in Symfony 1.4:
SELECT item.position,
CASE
WHEN item.position = 1 THEN item.position + 1
WHEN item.position = 2 THEN item.position - 1
...
0
votes
0answers
88 views
Propel symfony2 error relationships Array to string conversion
Sorry for my english.
Symfony 2.1 / PropelBundle 1.7
I have an error with sf2
Error
Unable to execute DELETE statement Notice: Array to string conversion
My form type :
...
0
votes
0answers
46 views
Propel NestedSet with KnpMenuBundle
I can't find the good algorithm to create a menu with KnpMenuBundle using Propel NestedSet behavior.
Actualy, i have this code :
$menu = $this->factory->createItem('root');
foreach ($pages as ...
0
votes
0answers
77 views
Symfony2 propel validation with i18n behavior
I want to validate a form in Symfony2, and I'm using Propel.
I have a problem for validating fields using Propel i18n behavior.
This is my schema.xml :
<table name="text">
<column ...
0
votes
1answer
73 views
Using the Propel ORM, how would one delete all related records of an object?
I have a pretty simple Propel question. I'm storing leads in a database. Those leads have one or more community interests. The tables I'm using are named, 'lead', 'community', and a ...
1
vote
1answer
62 views
Capturing SQL notices from Propel ORM
I have a large SQL function that I want to execute on a PostgreSQL database via PHP/Propel using a prepared statement like so:
$sql = "lots of SQL statements";
$statement = ...
0
votes
1answer
59 views
Validation with Symfony2 and Propel
I've recently started using symfony2 and propel for a project. It's not a smooth ride but its coming along ok.
A few nights ago, I got stuck with form validations. I have my validation.yml defined ...
0
votes
0answers
25 views
Add Class into uses section in Propel behavior
That's it. I created behavior and only some of its classes are added into head with use due to my behavior.
E.g. behavior creates new table named acme. Propel generator adds to my Foo class ...
0
votes
1answer
36 views
Need to install propel_generator version 1.3.5
I need to install propel_generator version 1.3.5 on my machine. I tried to install it using PEAR via:
pear install propel/propel_generator-1.3.5
but it failed with the following message:
Failed to ...
2
votes
1answer
97 views
Foreign key to a remote database with Propel
I have a question about foreign keys in propel.
I have got 2 schemas in my project that match to 2 physical databases:
my local one (DB One) and a
remote DB with some read only information (DB Two)
...
3
votes
1answer
130 views
PHP sf.1.4 Propel 1.6: memory leaking while looping results
I am working with symfony 1.4 + propel 1.6 and I want to export (index) all my user database to ElasticSearch.
I have written all the script and everything is working okay, besides one problem. I ...
0
votes
0answers
48 views
Insert row in table error in propel and PFBC 3.1
The First row has been successfully insert, no errors and warnings.
But now I need to enter second row, but I got this error on execution
>Fatal error: Uncaught exception 'PDOException' with ...
1
vote
0answers
181 views
Propel orm 1.6, symfony 1.4 embeded I18N form
I use propelorm (propel 1.6) plugin and symfony 1.4.20.
I have book table with I18n, and this book have relation with gallery table which also have I18n. I fill all book form fields, added two ...
0
votes
2answers
119 views
Symfony2 commit form using Doctrine - MappingException
I have created a form using Propel which submits fine, and validates. The problem comes when I try to commit the $user object - I get a MappingException. I really have no idea where this is coming ...
0
votes
1answer
105 views
Validation Process error in propel and PFBC 3.1
I am using Propel and PFBC(php From Builder class). I wrote the validations in xml file using propel php orm (Database) now I want to use them when login button is clicked. It means I want to check ...
0
votes
1answer
42 views
Symfony2 Dependency Injection
I would like to do the following:
Inside a bundle through dependency injection add propel connection.
So every bundle can have a connection that on load will be merged all together.
Is this ...
1
vote
1answer
112 views
Symfony - relation n:m - sfWidgetFormPropelChoice
I go straight to the point;)
I have such a scheme in the database:
<table name="kongres">
<column name="id" type="integer" required="true" autoIncrement="true" primaryKey="true"/>
...
2
votes
2answers
111 views
Multiple parameters in where clause
I need to append multiple parameters for where clause. Is there any way to achieve that using Propel. It gives me,
Criteria:(Error: Could not build SQL for expression "LATITUDE" because ...
-1
votes
2answers
102 views
Propel and SQL aggregate functions
How does the following SQL query look like in Propel (1.4)?
SELECT SUM(`price_equipment`) FROM `order_equipment` WHERE `order_id` = 57072;
I did some research using google but all examples I found ...
0
votes
2answers
32 views
symfony2 reinstall vendors
after execute ./bin/vendors install --reinstall,
I have the error :
16384: The PropelBundle uses a new branching model, you should switch
to the 1.0 branch
What should I do ?
1
vote
2answers
52 views
What security is Propel providing?
Im using the Propel framework, for communication with a database. I figured that it's using PDO and makes a bindParam(), when I try to make an input, so SQL injections should be covered.
But does it ...
0
votes
1answer
66 views
propel DOMDocument::schemaValidate(): Element 'foreign-key', attribute 'ondelete','onupdate','skipsql' The attribute is not allowing?
I am using propel PHP: The foreign key attries are not getting depended on the parent table. The Creations, updates, deletes are taken place in parent is not effecting the child table.
foreign-key ...
2
votes
0answers
196 views
Symfony2 Forms - Selected Value in Dropdown using Propel ModelType
I'm trying to set the selected value of a 'model' (ModelType from the Symfony Propel Bridge) form type and I'm failing miserably.
There is Product table with the following structure:
id, name, ...
0
votes
2answers
147 views
Converting Propel to JSON with linked entities
I have this setup in a PHP project using Propel (which I'm new to).
User: userid, firstname, lastname
SignIn: signinid, userid, time
SignIn, in this case, is a table containing the times ...
0
votes
0answers
56 views
Symfony2 get User Object in Propel Model
I am using FOSUserBundle with custom class. Everything is fine, my only problem is the following:
How inside a Propel model can get current user? On Symfony 1.4 that was
...
0
votes
2answers
130 views
Propel timestampable behavior in UTC
I am using Propel 1.6 with MySql. I set the timestampable behavior on all my tables as follows:
<database name="default" >
<behavior name="timestampable">
<parameter ...
0
votes
1answer
88 views
why the symfony admin generator is giving error while trying to save the content
I am using symfony 1.0 and admin generator is used for saving the news content. In configuration.yml file I see the below content:
generator:
class: sfPropelAdminGenerator
param:
...
0
votes
0answers
54 views
Extending Propel to emulate database functions
I need to translate an application from MySQL to SQL Server.
There are many hard-coded queries involving MySQL database functions like NOW(), LCASE(), MATCH() AGAINST(), that has equivalent in SQL ...
0
votes
2answers
332 views
Symfony+Propel: Setting connection collation
I'm using Symfony 2.1.6 framework integrated with Propel 1.6.7 as database ORM through a MySQL Server 5.5.28 and I'm having problem to set database collation to utf8_unicode_ci.
My ...
0
votes
0answers
69 views
Fulltext searching in Propel 1.6
Could you give me real example how to make fulltext searching in pure Propel 1.6, please? I don't use Symfony.
3
votes
2answers
137 views
Single SQL query to retrieve information and count from 3 tables with Propel 1.6
I have the following (simplified) database structure:
table book
id
title
table page
id
bookId
number
table figure
id
pageId
page.bookId and figure.pageId are foreign keys pointing to the ...
0
votes
1answer
146 views
Working with SQL Joins in Propel ORM
I am working with a Propel query that is similar to the situation below. Can someone explain what joinSubTopic() is? I'm guessing this is an auto-generated Propel method, but I'm not quite sure how to ...
0
votes
1answer
200 views
using many-to-many relationship causes exceptions
After some ORM framework research, I decided to use propel for the first time. Everything worked perfectly until I started to work on a many-to-many relationship for the caching mechanism. After ...
1
vote
2answers
305 views
Large data set import in Symfony 2
I'm working on a Symfony 2 based project and need to regularly import 1.5 million products from a .csv document using a cron task.
The import currently looks like this:
...
...
0
votes
1answer
113 views
Bulk Update in Symfony using Propel
How can I do a bulk update in symfony using propel when my select criteria has joins in them? Here's an example of what I am trying to do.
$conn = ...
1
vote
1answer
36 views
Propel match email validator is wrong?
Im try use a Propel match validators. In this case a email string.
I use the example from Propel Docs:
/^([a-zA-Z0-9])+([\.a-zA-Z0-9_-])*@([a-zA-Z0-9])+(\.[a-zA-Z0-9_-]+)+$/
But, this regex fails ...
0
votes
2answers
38 views
Cant do work Propel Match validators
Im developing a CRUD application. I use Propel as ORM, and added validate rules into the schema.xml. But this, not work fine.
For example, i send a string that contains a user lastname, and the ...
0
votes
1answer
58 views
multiple joined query with propel
Let's consider following tables:
special_product(
id
product_key - FK to product.key)
product(
id
key
name)
product_attributes(
id
product_id FK to product.id
description
)
My question is ...
0
votes
1answer
50 views
Model not being autoloaded in symfony 1.3
I have a table in my database called student, and when I try using
StudentPeer::retreiveByPk($stid)
I get a fatal error saying
Call to undefined method StudentPeer::retreiveByPk
Is there a ...
0
votes
0answers
80 views
Propel 1.6.7 and column names like `from` or `to`
In my code I got a something like this:
->withColumn('TableName.From', '`from`')
and of course to fetch this column I have to call method "select" like this
->select(array('alias1', ...., ...
1
vote
0answers
73 views
Symfony2 WebTestCase ignores my database changes when run via ant in Jenkins
I have a system that catches login events and triggers a response (popping up a modal) after the redirect based on values stored in a database.
In order to properly test this I have set up a ...
0
votes
1answer
135 views
Symfony 1.4 & Propel 1.6: populateRelation() one-to-may on a related table
I love the way populateRelation works, but in this particular case I really got stuk!
The schema is very simple:
event
id
title
user_id
user
id
name
user_tag
id
tag
user_tag_rel
...
0
votes
1answer
76 views
Grouping filters in Propel
I currently have a Propel based query that looks like this:
$product = ProductQuery::create()
->filterByLive(1)
->filterByApproved(1)
->findOneByFilename($filename);
I regularly use ...
0
votes
1answer
66 views
How to group by values from another table in Propel
I have two tables. One table has category field and some aggregated data from data warehouse. And second table has custom_category which can be created in application by grouping categories. On ...
0
votes
0answers
60 views
how to move propel orm from development environment to production server
I configured it on my localhost and its working fine. Now I would like to move my propel orm to production server. Do I need to install propel on my prod server or can I just copy my files from local ...


