[symfony-users] propel driver not found

2011-02-08 Thread Manuel Alejandro Gómez Nicasio
Hi! I have a problem, when I run the task «propel:build-schema» I get the following error. propelRunning reverse phing task [propel-schema-reverse] There was an error building XML from metadata: could not

[symfony-users] Re: Using adoDB with symfony

2011-01-22 Thread Manuel Alejandro Gómez Nicasio
to use oci8 - much stable than PDO_OCI Doctrine work's well with oci8! I don't have any experience with oracel and propel... PDO_OCI doesn't support well the large objects... On Jan 21, 6:37 pm, Manuel Alejandro Gómez Nicasio alejand...@alejandrogomez.org wrote: Well, the PHP

Re: [symfony-users] Using adoDB with symfony

2011-01-21 Thread Manuel Alejandro Gómez Nicasio
Actually, we can setup a new server, that's no problem. But that is our last alternative. The admin says he don't want to add a new server for only one system. In the spanish group told me that PDO and adoDB are different things, the first one is an ORM (object-relational mapping) and the

Re: [symfony-users] Using adoDB with symfony

2011-01-21 Thread Manuel Alejandro Gómez Nicasio
aspects of an applications framework library just because your server admin either cannot or is to lazy to do his job! The other alternative? Don't use Oracle. MySQL performs exceptionally well, as does PostgreSQL. And they are both a doddle to get running. 2011/1/21 Manuel Alejandro Gómez

[symfony-users] Using adoDB with symfony

2011-01-20 Thread Manuel Alejandro Gómez Nicasio
Hi everyone! I'm working on a project with symfony 1.4 and propel as a ORM. These days we are thinking about the possibility of make some changes to the project. What we think is if is posible to change de PDO with other library, maybe adoDB. Do you think this is possible? What would be the

Re: [symfony-users] Using adoDB with symfony

2011-01-20 Thread Manuel Alejandro Gómez Nicasio
thanks for answer, GarethMc. Propel works well. As I said, the project is almost done. However, these days while talking with the admin of the production boxes he told us that production machines doesn't have the PDO version that the project needs. So, he suggest to find an alternative to PDO,

[symfony-users] i18n i10n on Admin Generator

2010-10-29 Thread Alejandro Gómez
Hello, I wonder if it is possible to fully localize the modules in the backend (admin generator). I configured properly in my settings.yml all: .settings: charset: utf-8 i18n: true default_culture: es After that, I got a semi-localized templates. For instance,

[symfony-users] How to display/get the info-related to the main form on the embedded form?

2010-09-10 Thread Alejandro Gómez
Hi folks. The database has two tables: 'alumno' and 'alumno_interno'. The 'alumno' table contains general data about students: name, lastname, address, etc. The 'alumno_interno' table contains details about the student: grade, control number, etc. The relationship between tables is: alumno {id,

[symfony-users] [SOLVED] Re: How to display/get the info-related to the main form on the embedded form?

2010-09-10 Thread Alejandro Gómez
portion removed*/        } another way is to use embedRelation('AlumnoInterno') so you don't have to deal with the save and getting the relation object to construct the subform Hope it works saludos 2010/9/10 Alejandro Gómez alejandro.go...@alejandrogomez.org Hi folks. The database has