You cannot post messages because only members can post, and you are not currently a member.
Description:
dev list for doctrine
|
|
|
Doctrine_Record::_set()
|
| |
Hi all, Is there any reason, why the _set and _get methods of Doctrine_Records are protected? I need to redefine the accessors and mutators of the record in the template, and I would like to use something like: MyTemplate extends Doctrine_Template { public function setTableDefinition() { $this->getInvoker()->hasMutato r('type', 'setMyTemplateType');... more »
|
|
Welcome Benjamin
|
| |
Hi all, I would like to officially welcome Benjamin Eberlei to the Doctrine core team. Many of you probably already know that he gave up on Zend_Entity some time ago and instead decided to contribute to Doctrine 2. Although I'm sure it was no easy decision for him, I am very glad about his move.... more »
|
|
support for non relational databases
|
| |
Hi devs,
for some weeks I'm playing with CouchDB as it seems to be a good
solution for one of our customer projects where high availability is
needed while there's only a very low budget available.
Anyway, my motivation for this posting is that I noticed that there
are several things in Doctrine 2 that would also be very helpful with... more »
|
|
Migration Doctrine 1.1 to 1.2
|
| |
Hi,
i want to swicht in a current zend / doctirne project from doctrine
1.1.4 to 1.2. There is no way to switch doctrine models to pear style
directories (would be a huge amount of work). So i've tried to use the
old style (and existing) structure.
If i use 'modelAutoload' as autoloader mode i get the error message:... more »
|
|
Doctrine_Tree_NestedSet alias
|
| |
Hi,
is there any way to set an alias for column "level" used in doctrines
nested sets?
Problem:
"level" is a reserved word (Oracle and also ANSI SQL 92/99). Due to
this ATTR_QUOTE_IDENTIFIER has to be used. Unfortunately some
subqueries generated by doctrine (e.g. paginator with order by clause)... more »
|
|
Doctrine_Record#hasMappedValue ()
|
| |
It doesn't look like this made it into 1.2. Jon, can you take a look?
Maybe it can get into the final version.
On Jun 28, 4:44 pm, "Adam Huttler" <adam.hutt...@fracturedatlas.o rg>
wrote:
|
|
Integration of Zend Tool and Doctrine 1
|
| |
Hello everyone, I made a first attempt to formulate a possible way to integrate Zend Tool and Doctrine 1. This heavily depends on the Doctrine Zend_Application resource proposal by Matthew Lurz (See References Section of the proposal) aswell as on comments and discussions I had with several people from both Doctrine and Zend... more »
|
|
Doctrine_Adapter_Oracle::__des truct - the necessity)
|
| |
Hi, today I tried to do some database interactions in sfI18N::__destruct() (saving untraslated strings into the database). I developed this feature on postgresql, whithout noticing any problem, but after on Oracle through oracle adapter I found, that Doctrine_Adapter_Oracle was destructed before the and I... more »
|
|
Doctrine 1.2 doesn't generate models corretly.
|
| |
I was using doctrine 1.2, but my models already generated by doctrine 1.2, ok, it worked fine. Now, I tried to create a new model and I have some problems, Doctrine didn't generate my table model class correctly. It generated the class Parse error: syntax error, unexpected '{', expecting T_STRING in... more »
|
|
|