propel
Unable to run propel:build-model in Symfony 1.4 and PHP 5.3, PHP Fatal error: Allowed Memory Size
I have a Symfony 1.4 project that I am unable to successsfuly run the task: ./symfony propel:build-model[详细]
2023-02-10 12:35 分类:问答Installing PEAR on XAMPP
Attempting to install propel with PEAR on XAMPP. This is the error I get when attempting to: pear install -a propel/propel_generator[详细]
2023-02-09 17:20 分类:问答symfony - mysql to Criteria()
I have the following in mySQL: SELECT t.tag, COUNT( * ) AS `c开发者_如何学Goount` FROM tag t, content_item_tag c[详细]
2023-02-09 02:35 分类:问答Plural Form Name for tables problem in Symfony
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\[详细]
2023-02-08 18:48 分类:问答In Propel, can I select fields to return after save()
I create a new comment object and save it $comment = new Comment(); $comment->setText(\'this is a comment\');[详细]
2023-02-08 17:28 分类:问答Using ORM classes directly from the controller in MVC, bad practice?
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[详细]
2023-02-08 04:31 分类:问答Propel equivalent of "exists"
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[详细]
2023-02-07 16:02 分类:问答JOIN on 3 tables with Propel ORM
One of my client is going to release a new product, the developer who was doing the coding left the project (with completing 85%).[详细]
2023-02-07 13:12 分类:问答Symfony - search table by month, year for datetime fields
I am trying to create an search filter on a frontend module, that will filter by 2 fields, which are months and years[详细]
2023-02-06 10:29 分类:问答Getting ResultSet column names
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().[详细]
2023-02-06 05:32 分类:问答