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 1102629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:12:57+00:00 2026-05-17T01:12:57+00:00

$this->model = Doctrine::getTable(‘Model’); $model = $this->model->find(1); var_dump($model->id); // returns: string ‘1’ (length=1) var_dump($model->toArray()); //

  • 0
$this->model = Doctrine::getTable('Model');

$model = $this->model->find(1);
var_dump($model->id);
// returns: string '1' (length=1)

var_dump($model->toArray());
// returns: array
//            'id' => null
//            ...

Why does that happen?

  • 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-17T01:12:57+00:00Added an answer on May 17, 2026 at 1:12 am

    Ok, just found out, it has to do with the __construct() in my model.
    I take that out, I get an id in my array.

    So I guess my next question would be, how can I use __construct() and still use the toArray() function?

    (Oh, and yes, of course, am calling the parent::__construct()…)


    I found the answer to my own question.

      public function __construct()
      {
        parent::__construct(Doctrine::getTable('Model'));
      }
    

    You have to pass a new instance of Doctrine_Table to the Doctrine_Record __construct() method.

    Even after I found the answer, I couldnt find it online, so I am leaving this here, in case someone else needs it.

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

Sidebar

Related Questions

I have a query that reads like this: $fields = Doctrine_Core::getTable('model_1')->findByColumnId($id); took a var_dump
I'm using Doctrine ODM with MongoDB. I have a product model like this: namespace
If i have this model: var myParentModel = Backbone.Model.extend({ defaults:{ parent1: null, parent2: null}
When i try to save data to my model Doctrine throws this exception: Message:
Is there some magic in Symfony/doctrine with a model called JosVmOrderHistory? I have this
Assume a Doctrine model Profile : # This is example of my schema.yml Profile:
I have joined models like this: // /foo/lib/model/doctrine/PurchasedItemTable.class.php public function retrievePurchased(Doctrine_Query $q) { $rootAlias
I have a pretty simple form with some fields from a doctrine model. $this->widgetSchema['fields']
From this page: http://www.doctrine-project.org/documentation/manual/1_2/en/working-with-models#dealing-with-relations:creating-related-records You can see that it says $obj['property']; is the recommended
Assume I have this model : class Task(models.Model): title = models.CharField() Now I would

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.