Welcome Guest, Not a member yet? Register   Sign In
Codeigniter METHOD ??? -error ?
#14

[eluser]WanWizard[/eluser]
I think you are digging yourself in to the point where the pit is to deep to get out of.

Stick to the way Codeigniter works, and don't try to come up with strange setups, and then wonder why it doesn't work. Do not touch anything in system. Do not install anything there.

How you should install Smarty:
- create a directory called 'smarty' in application/libraries. Install Smarty in there.
- create a library called 'smarty_parser' in application/libraries:
Code:
<?php
require_once 'smarty/Smarty.php';

class Smarty_parser extends Smarty
{
    // do your thing here
}

- load it like a normal library and you're in business.


Messages In This Thread
Codeigniter METHOD ??? -error ? - by El Forum - 10-07-2010, 03:18 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-07-2010, 03:55 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-07-2010, 04:29 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-07-2010, 06:23 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-07-2010, 06:31 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-07-2010, 06:38 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-07-2010, 08:02 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-07-2010, 09:45 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-07-2010, 10:56 PM
Codeigniter METHOD ??? -error ? - by El Forum - 10-08-2010, 02:37 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-08-2010, 03:44 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-08-2010, 04:35 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-09-2010, 12:11 AM
Codeigniter METHOD ??? -error ? - by El Forum - 10-09-2010, 03:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB