![]() |
CI and WordPress Integration (via XML) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: CI and WordPress Integration (via XML) (/showthread.php?tid=16071) |
CI and WordPress Integration (via XML) - El Forum - 02-23-2009 [eluser]stencil[/eluser] First off - a big thanks to the CI community on the groovy framework ![]() ...now if I could also get a little advice on the following (apologies if long winded - I wanted to be clear) I'll be sorted! Currently... I have an existing CI application, basically an 'Events Manager' that sits by-itself and works away quite happily. It has a simple Client Backend and spits out applicable 'Events' in XML, based on the URI eg: Code: // All events in July NB: No restrictions on the output - it's meant to be publicly viewable. ...and then: Another client has an existing site running on WordPress and they would like to incorporate a version of the 'Events Manager'. WordPress is running in the root / and I've got the CI Events app running from a sub-directory /events (just the index.php, the app + system folders are safely above web root). They seem to behave together, with WordPress being told via .htaccess to ignore /events folder. Cool. Crazy? I wondered how to suck selected 'Events' information into actual WordPress pages... while keeping further coding in WP to a minimum. Since the output from the CI app is currently XML, I figured I'd just make a quick call to an XML parsing function (from within the WordPress page template) and as if I was accessing the URI normally eg: Code: newsite.com/events/2009/07/26 ...then format and output the result. Now, this seems to work, but what I'd really like some input on is whether or not there is a more efficient/cleaner/saner way to do this? Cheers CI and WordPress Integration (via XML) - El Forum - 02-24-2009 [eluser]stencil[/eluser] Perhaps this was posted in the wrong place? 50 views and no replies... Should it be in/moved to: Code and Application Development ? CI and WordPress Integration (via XML) - El Forum - 02-25-2009 [eluser]Michael Wales[/eluser] Moved. CI and WordPress Integration (via XML) - El Forum - 02-25-2009 [eluser]achilez[/eluser] any idea on how to implement having wordpress as my front end (because wordpress is a great CMS, including SEO, optimized scripts and more) and codeigniter as my backend framework that will populate my database? Would appreciate any help, please? CI and WordPress Integration (via XML) - El Forum - 02-26-2009 [eluser]stencil[/eluser] There are a couple of other topics on the forum you might find useful: http://codeigniter.com/wiki/dip_into_CI/ http://ellislab.com/forums/viewthread/101620/ |