Welcome Guest, Not a member yet? Register   Sign In
Need some help with my libraries
#1

[eluser]Techie-Micheal[/eluser]
I could use some help, per the subject. Being new to CI, I would appreciate some help testing my two new libraries and making sure I did things the "CI way."

Right now all I've done is rip out phpBB3's templating engine and modify it a bit for CI for general use without needing phpBB installed. I plan to do the same with phpBB3's DBAL, sessions, and ACL. As well as write a helper or two to tie it all in and tie a phpBB install to your app.

At any rate, here's the tarball of the two files: http://www.michealcottingham.com/ci_phpb...ate.tar.gz

I know there are some things that need to be fixed and cleaned up (right now it is rather messy), but at least it seems to work. Here's the code I put in my controller, using autoload.php to setup the templating.

Code:
$this->phpbb3_template->set_custom_template('./templates', 'home');
        $this->phpbb3_template->set_filenames(array(
            'body' => 'blah_body.html'
        ));
        $this->phpbb3_template->display('body');

Create a templates directory in the root of your app and create a cache folder in your application folder.

For example:

index.php - front controller
system/ - the system folder
application/ - the controllers et al
templates/ - where you'll store the template files, css, whatever else

Or:

../system/ - the system folder
../application/ - the controllers et al
index.php - front controller
templates/ - where you'll store the template files, css, whatever else

You get the idea. So, feedback please!


Messages In This Thread
Need some help with my libraries - by El Forum - 12-01-2007, 08:51 PM
Need some help with my libraries - by El Forum - 12-02-2007, 01:49 AM
Need some help with my libraries - by El Forum - 12-02-2007, 01:57 AM
Need some help with my libraries - by El Forum - 12-02-2007, 09:41 AM
Need some help with my libraries - by El Forum - 12-02-2007, 10:28 PM
Need some help with my libraries - by El Forum - 12-02-2007, 10:30 PM
Need some help with my libraries - by El Forum - 12-03-2007, 10:08 AM
Need some help with my libraries - by El Forum - 12-13-2007, 10:52 PM
Need some help with my libraries - by El Forum - 12-14-2007, 10:03 PM
Need some help with my libraries - by El Forum - 12-16-2007, 04:27 PM
Need some help with my libraries - by El Forum - 01-26-2008, 01:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB