Re: Integrating with other systems

2007-01-20 Thread georgeL
I´m doing it the other way round by integrating some wordpress libraries into my current system. Yes you have to rename some functions! I don´t know what kind of integration you need, but coding a wordpress plugin which uses REST or XMLHttp request to retrieve the data from you cake app seems

Re: Integrating with other systems

2007-01-20 Thread Foofy
On Jan 20, 6:39 am, georgeL [EMAIL PROTECTED] wrote: I´m doing it the other way round by integrating some wordpress libraries into my current system. Yes you have to rename some functions! I don´t know what kind of integration you need, but coding a wordpress plugin which uses REST or

Integrating with other systems

2007-01-19 Thread Foofy
Hey, I'm trying to integrate Cake with Wordpress. I need to display a particular view at the bottom of some posts. I've read ways to do this (http://www.thinkingphp.org/2006/05/04/using-cakephp-in-external-php-systems-cmss-weblogs-etc/) but Cake and WordPress share some function names. I could

Re: Integrating with other systems

2007-01-19 Thread Felix Geisendörfer
Hey Foofy, if they share function names - you are out of luck. Not in the sense that you won't be able to use CakePHP and Wordpress together, but in the sense that you won't get around renaming the functions in one of both systems. The best thing to handle the update scenario is to use a SVN