I have a Symfony 1.4 project that I am unable to successsfuly run the task: ./symfony propel:build-model
Attempting to install propel with PEAR on XAMPP. This is the error I get when attempting to: pear install -a propel/propel_generator
I have the following in mySQL: SELECT t.tag, COUNT( * ) AS `c开发者_如何学Goount` FROM tag t, content_item_tag c
I use database that has been created by someone else and I can\'t change it. Database uses plural form for its tables\' names. In my symfony application I use Propel as ORM. I wanted to change tables\
I create a new comment object and save it $comment = new Comment(); $comment->setText(\'this is a comment\');
I\'ve recently delved into using an ORM in my CodeIgniter application and one i\'ve gone for is Propel. Now this gives me the power to basically use Propels 开发者_如何学Goclasses as the \'Model\' but
I am new to Propel and have been reading the documentation.But, I have not found a clear equivalent to the EXISTS and NOT EXISTS constructs from SQL.Linq in .NET, for instance, has Any().Is there an e
One of my client is going to release a new product, the developer who was doing the coding left the project (with completing 85%).
I am trying to create an search filter on a frontend module, that will filter by 2 fields, which are months and years
I\'m using Symfony 1.1 with the Propel plugin and a MySQL database. To get my results I pass my query to a Propel connection and call executeQuery().