I\'m reading the Symfony documentation (Practical Symfony), and I finished creating the SQL code with propel.
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.
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:
Symfony 1.4 Propel (with sfPropel15Plugin) I have a multilanguage Gallery with the following schema: # Galleries
In Propel ( using in Symfony ), I am using the following: $data = ObjectPeer::doSelect($myCriteria); // $myCriteria is Criteria Object
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
I have a method for getting all the rows from a table in the database with the order specified in the arguments:
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
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
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