You cannot post messages because only members can post, and you are not currently a member.
Description:
dev list for doctrine
|
|
|
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 »
|
|
Working without default connection
|
| |
Hi all, We use Doctrine with multiple connections, but in the same time we want to not set any of them as the default one. It general, it seems quite possible and easily achievable. But I discovered that not all code of Doctrine itself can properly work without the default connection. For example, here is a piece of code from... more »
|
|
Model auto-loading in getConnectionForComponent()
|
| |
Hi, Doctrine_Manager::getConnectio nForComponent() first of all tries to pre-load given component using Doctrin_Core::autoload(). But shouldn't it be modelsAutoload() there instead? Because just autoload() has nothing to do with model classes, in my understanding.
|
|
New extension for Doctrine
|
| |
hello people, sorry my English, I'm using the google translator and
little knowledge I have.
Today I had the idea of developing an extension pro Doctrine for
encrypting data bank. I already have an application that uses Propel,
where the data before being stored in database are encrypted and
compressed through functions of PHP itself.... more »
|
|
Class name prefixes and inheritance
|
| |
Hi, I have been trying for a while to figure out, is there a way to use a prefix for model class names or not (see also my message at doctrine-user: [link]). I've found that Doctrine 1.2 has classPrefix option. Unfortunately for me, this option is intended only for model builder, and other components... more »
|
|
Doctrine 1.2 ALPHA 3
|
| |
Hi Everyone, We weren't planning on having another ALPHA for 1.2, but some pretty important fixes and improvements were brought up to us. We decided since 1.2 could be the final LTS release of the Doctrine 1, we should have another round of improvements, so we'll have a ALPHA3 now. I have already committed... more »
|
|
Enums with Y/N values
|
| |
Hi,
I'm using symfony, but I suppose my problem is related only to
Doctrine.
In my schema I have lots of fields like this:
is_public as isPublic:
type: enum
values: [Y, N]
default: 'N'
notnull: true
By some reason I cannot use boolean type instead of binary enum.... more »
|
|
Problem with inheritance and Versionable
|
| |
Hi, I don't know if this is the place for posting this kind of things,
if not, please forgive me because I'm a new on this.
I have a table that has a versionable behaviour and other who inherit
it. When I create someone of the child class, versionable work well in
the "father" table, but, it not "father_version" table, it make all... more »
|
|
Doctrine_Connection::replace() workings
|
| |
Hi there.
First post here, so correct me if I use this forum in a wrong way.
I've got a question regarding the workings of the replace(...) method
of Doctrine_Connection. Apparently it implements the "REPLACE
INTO ..." functionality from MySQL (and SQLite?) in other DBMSes.
However, I think this implementation is done in a wrong way. If this... more »
|
|
|