Data stored in array of array

Bug #693419 reported by XavierAntoviaque
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Card Stories
Confirmed
High
Pramendra

Bug Description

I've seen these kind of things in the code:

        $this->data['Game']['authorId'] = $this->Session->read("facebookUserId");
        $this->data['Game']['cardSelected'] = $this->Session->read("cardSelectedByAuthor");
        $this->data['Game']['sentence'] = $this->Session->read("cardSentenceByAuthor");
        $this->data['Game']['gameStatus'] = 0;
        $this->data['Game']['shareStatus'] = 0;

=> these are not objects, but functional storing of data on arrays. They need to be converted to classes/attributes.

Changed in cardstories:
status: New → Confirmed
importance: Undecided → High
assignee: nobody → Pramendra (pramendra)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.