propel
Symfony: creating invalid MySQL code?
I\'m reading the Symfony documentation (Practical Symfony), and I finished creating the SQL code with propel.[详细]
2023-03-06 06:02 分类:问答Symfony 1.4 and MS SQL database
I figured out how to use the php_sqlsrv_53_ts_vc6.dll drive for PHP and want Symfony to开发者_StackOverflow社区 connect to a MS SQL 2008 database.[详细]
2023-03-06 00:55 分类:问答Pagination on Propel ORM
i paginated the propel results, its all working fine, but i cant get this thing working. I will really appreciate any help or workaround this issue:[详细]
2023-03-05 02:24 分类:问答Embedded i18n form in an embedded relation creates 2 records
Symfony 1.4 Propel (with sfPropel15Plugin) I have a multilanguage Gallery with the following schema: # Galleries[详细]
2023-03-03 05:42 分类:问答In Symfony, How to iterate over the data returned by doSelect?
In Propel ( using in Symfony ), I am using the following: $data = ObjectPeer::doSelect($myCriteria); // $myCriteria is Criteria Object[详细]
2023-03-02 21:12 分类:问答Am I approaching my symfony project correctly?
For several months now I\'ve been back & forth on my approach to developing a project that I need for work that will eventually make me a lot of money[详细]
2023-03-01 06:41 分类:问答How can I use one method with several Propel models in Symfony 1.4?
I have a method for getting all the rows from a table in the database with the order specified in the arguments:[详细]
2023-02-28 17:47 分类:问答Struggling with one-to-many relation in an admin form
I do apologize if the answer to my question would be very obvious. I am new to Symfony and I wasn\'t able to find another question with exactly the same issue as mine at SO, thus I am posting a questi[详细]
2023-02-28 06:04 分类:问答How to convert the ORM from Propel to Doctrine in Symfony?
I have project made in Symfony using Propel 1.2 and I want to migrate it to use Doctrine 1.4. How can I do this in order to have as few bugs as possible. Is there a clean way to开发者_开发技巧 do th[详细]
2023-02-27 01:30 分类:问答What query would I use for this
I have a Relationship table that links teachers to students TeacherStudent 11 12 21 23 The Students table then has specific data about the students[详细]
2023-02-25 14:29 分类:问答