Quick question - Doctrine / Authpuppy

Asked by Notheros

I want to create a new plug-in to Authpuppy, but first I need to know one little thing.

I believe Authpuppy was developed using Doctrine 1.x and so was the actual plug-ins. It's possible to create a plug-in using Doctrine last release (2.3.0) or isn't? If isn't, is possible to install a older version of Doctrine?

Thank you!

Question information

Language:
English Edit question
Status:
Solved
For:
AuthPuppy Edit question
Assignee:
No assignee Edit question
Solved by:
gbastien
Solved:
Last query:
Last reply:
Revision history for this message
Best gbastien (gbastien02) said :
#1

The version of Doctrine in the symfony 1.4 framework is 1.2.1. It is packaged with symfony (so Authpuppy) and you don't need to install any other version. If you follow the symfony guidelines, you should be ok. You may want to look at other AuthPuppy plugins for some examples on how to add your tables and fields using migrations.

Revision history for this message
Notheros (willianpestana-l) said :
#2

gbastien, thank you very much for your answer. From your point of view, I bet it was a silly question, but I'm a noob on this area, so I appreciate your help!

See ya!