new to codeigniter - want try ci integrate with smf |
[eluser]ecsyle31[/eluser]
Are you familiar with SMF at all? What is your goal? It comes with a utility called SSI (http://docs.simplemachines.org/index.php?topic=400.0) that provides data from the SMF system. It is useful for pulling forum data out of the forums and into another area of your website. You can include this file in CodeIgniter to access its functionality. I do this with a CakePHP application and it works just fine. If you are looking for further integration, such as being able to auto-post new threads, you will have to write that yourself. |
Welcome Guest, Not a member yet? Register Sign In |