7 Topics

Member Avatar for
Member Avatar for klemme

Hi all, I am trying to set up Doctrine 2 Orm for a self made MVC framework, but keep hitting the same error when trying to retrieve data: Fatal error: Uncaught exception 'Doctrine\ORM\Mapping\MappingException' with message 'Class "App\models\menu" is not a valid entity or mapped super class.' in C:\wamp\www\framework\vendor\doctrine\orm\lib\Doctrine\ORM\Mapping\MappingException.php on line …

Member Avatar for lorenzoDAlipio
0
279
Member Avatar for Ramesh Konda

Hi guys, Am using RedBeans ORM in PHP, Today only am going through the RedBeans ORM, i think RedBeans is the Very simple to manage database. But am getting doubt at which is better to use either rows(queries) or beans. `$sql = 'SELECT author.* FROM author JOIN club WHERE club.id …

Member Avatar for cereal
0
331
Member Avatar for pritaeas

I'm working on an ORM experiment, and I'm looking for ideas to help choose which path to take in it's development. I currently have an index showing how to use it, two interfaces, a database class, a table base class and two auto-generated classes (representing a database table). The first …

Member Avatar for pritaeas
1
315
Member Avatar for Smohil

Online Reputation is what that makes or brakes a business revenues on google Like Search ranking .if a business have something nagative or compalints visible with top search ranking it just make a huge demage as most of Peoples go find you or hire services by searching you over web. …

Member Avatar for jyotsna01
0
230
Member Avatar for baig772

Hi all What is ORM (Object Relational Mapping)? I have just heared the name ORM, but don't know what it does :)

Member Avatar for chrishea
0
103
Member Avatar for nodoso

Hi everybody, I have some difficulties getting my objects mapped from a query. My query is this one: [code] $this->myPlanes = Doctrine_Query::create() ->from('FsPlane p') ->leftJoin('p.FsPlanetech t') ->leftJoin('t.FsPicture') ->where('player_id = ?', $id) ->execute(); [/code] But when I want to retrieve my objects FsPicture I get something strange code: [code] foreach ($myPlanes …

0
83
Member Avatar for Ketsuekiame

EDIT: Deleted the original question. After reading, I realised that I would have to paste so much additional code that it would take someone a couple of days just to understand what was happening in my own code that it may detract from the issue at hand. Problem: When I …

Member Avatar for Ketsuekiame
1
174

The End.