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
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