Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7017619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:56:14+00:00 2026-05-27T22:56:14+00:00

OK, if anyone can help me with this that would be great, because it

  • 0

OK, if anyone can help me with this that would be great, because it appears to be intractable.

I have 2 entities set up in a new zf-boilerplate project as below. I am trying to follow the tutorial on Zendcasts.com – One-to-Many with Doctrine 2, but can’t get doctrine to recognise the associations I have mapped. If I run orm:schema-tool:create --dump-sql, it dumps the generated Sql, but NOT the ALTER TABLE statements at the end which should would create the Foreign Key Mapping, I can’t get that to work properly.

I’ve tried everything I can think of, the JOIN statement I need to run obviously doesn’t work either, but I figure if I can just get Doctrine to recognise the ALTER statement I can carry it from there.

Any ideas would be great, let me know if you need more info. I thought at first maybe the .ini file might be set up wrong, but I think this is more something to do with the relationship annotation?

Library/Photo/Entity/Gallery.php

<?php

namespace Photo\Entity;

/**  
 * @Entity(repositoryClass="Photo\Entity\Repository\MyGallery")  
 * @Table(name="gallery")  
 */  

class Gallery {   

 /**  
 * @Id @GeneratedValue  
 * @Column(type="smallint",nullable=false)  
 * @var integer  
 * @OneToMany(targetEntity="Photo", mappedBy="galleryID")  
 */  

 protected $id;  

 /**  
 * @Column(type="string", length=200)  
 * @var string  
 */   
 protected $gallery;  

Library/Photo/Entity/Photo.php

<?php  

namespace Photo\Entity;  

 /**  
 * @Entity(repositoryClass="Photo\Entity\Repository\MyPhoto")  
 * @Table(name="photo")  
 */  

class Photo {  

 /**  
 * @Id @GeneratedValue  
 * @Column(type="smallint",nullable=false)  
 * @var integer  
 */  
 protected $id;  

  /**  
 * @Column(type="smallint",nullable=false)  
 * @var integer  
 * @ManyToOne(targetEntity="Gallery")  
 * @JoinColumns({  
 *    @JoinColumn(name="gallery_id", referencedColumnName="id")  
 * })  
 */   
 protected $galleryID;  
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T22:56:15+00:00Added an answer on May 27, 2026 at 10:56 pm

    Hmm… I see.. Check you column names, gallery_id vs galleryID looks suspicious.

    If it is gallery_id, then you have to change the $galleryID annotation to @Column(type="smallint", nullable=false, name="gallery_id")

    Generally, everywhere in the object model you should use the object field names, for example mappedBy="galleryID", but the column itself should be mapped with the appropriate DB name, like I mentioned @Column(name="gallery_id"), or for example @JoinColumns({@JoinColumn(name="gallery_id" referencedColumnName="id")})

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone help me to do this in the right way?I mean.. like that
I wonder if anyone can help - I have this error showing recently when
Can anyone help with this... vector<unsigned int> *vVec = new vector<unsigned int>; vVec .reserve(frankReservedSpace);
Can anyone help me getting started with this? We have a current keygen for
Wondering if anyone can help me with this annoying but trivial (in terms of
Can anyone help convert this this actionscript to Objective-c? if(mcMain.y >= stage.stageHeight - mcMain.height)
Can anyone help in this php page navigation script switch on counting normal serial
Can anyone help me with this error? alt text http://abbeylegal.com/downloads/parsererror.jpg full image here It
Can anyone help me with reversing this PHP page navigation? Current script setting shows
Can anyone help with with the time complexity of this algorithm, and why it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.