PDA

View Full Version : CakePHP integration working


Martz
07-10-2010, 10:50 AM
For people interested in integrating CakePHP into their existing vBulletin installation, i've managed to get it working. I noticed there is very limited information about it on these forums and the 'net in general.

So far I've got working:

Rendering the vBulletin style selected in the profile or quick style switcher
Renders CakePHP templates inside of the vBulletin forum style ($content_for_layout)
$vbulletin variable available in all Controllers
Persistant loginsThis is enough to let me use Cakes excellent MVC way of doing things, rather than nasty SQL queries in seperate PHP files.

If people are intersted (and I'm allowed to post it) I'd be happy to provide my working CakePHP 1.3.2 (stable) for download and feedback/improvements.

Martz

aussiev8
07-10-2010, 01:25 PM
Hey, I'm interested!

I was about to create a connector for ruby on rails, but this might be much easier to roll out sister applications for my board.

Eric
07-10-2010, 02:10 PM
I'd be interested as well.

tdev1
09-26-2010, 12:47 PM
working on a cakephp application as well. I got the users working but still have no idea how to properly integrate the templating into it :-/

any help is appreciated, thanks