doctrine-1.2
symfony 1.4 doctrine 1.2 - create userfriendly query/update
I have table in mysql: id | num1 | num2| num 3| num3| num5| 1| 6| 3| 4| 2| 1| in sql I do for example: $num = num2;[详细]
2023-03-10 19:29 分类:问答doctrine create query - parameter and value
i have table in mysql: id | num1 | num2| num 3| num3| num5| 1| 6| 3| 4| 2| 1| $num = num2; $val = 2; $id = 2;[详细]
2023-03-10 08:45 分类:问答Replace " with \" with Doctrine 1.2
Here is my problem. I get data from database using Doctrine 1.2 and put the data in a Textbox. The data is 19\" x 12\" to put in the Textbox[详细]
2023-03-09 18:48 分类:问答Little innerJoin problem with doctrine symfony 1.4
I am sorry, but I don\'t really get doctrine. I thought I got but I guess not because the following error is coming up:[详细]
2023-03-07 20:59 分类:问答How can admin generator modules be enhanced with needed features of Doctrine actAs Versionable?
We\'re using actAs: Versionable for one m开发者_如何学Goodel in our Symfony 1.4 app.We currently edit this model using an admin-generator module.The UI gives no indication that versioning is active at[详细]
2023-03-07 15:13 分类:问答Traverse Doctrine NestedSet structure without querying
I usually fetch NestedSet tree like this: class ModelTable extends Doctrine_Table { /** * Gets tree elements in one query[详细]
2023-03-06 09:00 分类:问答nestedSet - parent/child nodes
I am currently working onoutputting a heirarchy in terms of a navigation menu from a nestedSet in Doctrine.[详细]
2023-03-05 12:49 分类:问答properties of a n:m relation in doctrine
Hy guys I\'ve got the following schema for my objects: Product: columns: name:{ type: string(255) } Basket:[详细]
2023-03-04 12:35 分类:问答My doctrine is Really Slow. Simple query and one second to get the result
Here is my setup: Windows Server 2008 R2 MySql 5.1.562 Php 5.3.2 Doctrine 1.2 Anybody have an Idea why my query is taking about one second to perform a simple query.[详细]
2023-02-28 07:07 分类:问答Problem saving ENUM field to MySQL using symfony1.4/Doctrine using jquery ajax call
I\'m currently on a project that receives applications and the part I\'m currently on has a grader that assigns a manual grade for the application.The possible scores are enum values stored in a MySQL[详细]
2023-02-27 05:16 分类:问答