having the class A and the class B that inherits from A, and class C to which A has a ratio of 1: M respectively (A, C), when creating an object of the class B and trying to access form $B->C->attribu
we are building a new website, which will reuse an existing symfony-software used by another website. I\'m moving reusable components into a plugin (\"app-plugin\"), in order to avoid duplicating code
I have the follwing fixiture file: Category: webDev: name: Development Web webDesign: name: Web Desing A开发者_JAVA技巧utres:
im atempting to create one of my old mysql queries in Doctrine Query Builder however im getting back an error Error: Expected known function, got \'SEC_TO_TIME\'
I have a doctrine data model with a table Person, however my Symfony application is only part of a bigger web application, which is build in Joomla. For a module, I need to add a number of fields from
I have the following schema.yml Person: columns: id: { type: integer(4), notnull: true, unique: true, primary: true, autoincrement: true }
I usually fetch NestedSet tree like this: class ModelTable extends Doctrine_Table { /** * Gets tree elements in one query
I have an article-category relationship and I\'d like to update the relationship when necessary. That means, adding or removing the desired categories from an article. I use a php (ZF) setup with Doct
I\'m new to Symfony and Doctrine and am writing a web app.I added the sfDoctrineGuardPlugin to my project.When I open the schema.yml file for the plugin I see this:
Hey all. I am writing a program that will transform some data in our database, and then call Doctrine to build YAML files from said Mysql Database structure. I have Doctrine working from within PHP. H