I got an assigment in school to create a blogsystem. The requirements were: use a MVC framework and an Oracle backend.
So I found cakephp, a god's gift or a nightmare? Developping with the 1.1 (stable) didnt work: associations, the power of cakephp didn't work. Then there was 1.2 wich promised a lot of new stuff. "Hooray" I said when i saw the dbo_oracle driver ! Associations work ! But then ... there were large objects. According to this ticket ( https://trac.cakephp.org/ticket/2294 ) this is the solution. But hey, it doesn't work ! Solution: use MySQL instead? Everything works out the box there. Does someone know the solution to this problem? Does anyone have experience saving/retrieving blob/clob with oracle? Thanks in advance. PS: yes I know I have to use bind variables, but how to implement ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
