Tagged Questions
0
votes
1answer
102 views
User Login behaviour for MVC model with Propel
Assume that we have class User created by Propel.
What is the correct place for MVC to place method login()? This method will implement auditing log interactive with AuditLog class.
User::login()
...
2
votes
1answer
140 views
Correct MVC design for Symfony/Propel?
If making things work is only requirement, we can put all controlling login and DB handling logic even in the views & it will work. However this is not a right approach for reusable design.
...
3
votes
1answer
249 views
Should Propel be the “model” part of MVC? [duplicate]
Possible Duplicate:
How should a model be structured in MVC?
I read a lot of material about MVC and ORM, but a lot of documentation on the Internet is confusing.
As I understand it, the ...
0
votes
1answer
360 views
Symfony accessing custom propel query
I am trying to do what I thought would be a trivial task using Symfony 1.4 with the propel ORM. I've got a custom static class setup that I would like to use to return the id of a row by searching the ...
0
votes
1answer
408 views
MVC and ORM - which Model logic goes where?
For clarity consider a fairly standard "User registration" functionality:
My ORM (Propel) allows you to alter the class ormUser, which extends the ormUserBase, in order to introduce custom ...
0
votes
3answers
385 views
Am I approaching my symfony project correctly?
For several months now I've been back & forth on my approach to developing
a project that I need for work that will eventually make me a lot of money
due to increased sales efficiency. I've been ...
-1
votes
1answer
183 views
Integracion de Zend Framework con Propel [closed]
Hola a todos, me estoy iniciando en el uso de ZF y propel, necesitaria una ayuda para lograr la fusion entre ambos, he revisado varios articulos pero estan muy dispersos, porfa si me pudieran ...
1
vote
1answer
645 views
Propel or Doctrine for ZF integration
I have never used any ORM, but the Zend_Db_Table (if you can call it one). I'd like give it a try with some famous ROM and I've only heard of these 2 (Propel and Doctrine).
I tried sometimes in the ...