Hi. I am a new member of this group. So please forgive me if I do not know the common view of this group.
Now I am trying to use cakePHP model classes independently. I have to use our original framework which do not have OR mapping. I am very happy if I can use cakePHP for OR mapping in the form of something like library or module. Currently I try to two approaches. One way is as follows: 1. set up cake PHP and generate model. 2. create controller class for OR mapping 3. call the index.php of cakePHP from our framework after setting QueryString corresponding to the OR mapping controller I do not need modify the cakePHP code in this way. But I think It is easy to encounter the problem around QueryString in our framework. The other way is very simple. I extract the code of model creation from controller.php and so on. But this way is very complicated and can not follow the version up of cakePHP. Do you have any idea for using model independently? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
