Doctrine: Keep 'Timestampable' behavior when using stored procedures?
        Posted  
        
            by ropstah
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ropstah
        
        
        
        Published on 2010-04-25T22:42:22Z
        Indexed on 
            2010/04/25
            22:53 UTC
        
        
        Read the original article
        Hit count: 232
        
doctrine
|stored-procedures
I have complex logic which is not possible (too slow) to run through PHP with Doctrine, so I need to create a stored procedure for this. The logic also includes inserting/updating records in a table using the Timestampable behavior. How do I preserve this behavior in the stored procedure?
© Stack Overflow or respective owner