Welcome Guest, Not a member yet? Register   Sign In
phptal & ci integration
#6

[eluser]Rick Jolly[/eluser]
My apologies, you also have to add PHPTAL to the include path (the same applies for other packaged libraries like PEAR and Zend Framework components). You can put something like this in your config.php file since that is always loaded by CI:
Code:
ini_set('include_path',ini_get('include_path'). PATH_SEPARATOR . APPPATH . 'libraries/');
The example above assumes that your PHPTAL folder is in your application libraries directory. I see that you currently have it in your system library directory - I'd move it for easier CI upgrading.

The answer to the second question is yes. The best place to discover how is in the phptal docs. Let me know if you would like to know more.


Messages In This Thread
phptal & ci integration - by El Forum - 10-16-2007, 11:06 AM
phptal & ci integration - by El Forum - 10-16-2007, 11:46 AM
phptal & ci integration - by El Forum - 10-16-2007, 11:54 AM
phptal & ci integration - by El Forum - 10-16-2007, 05:43 PM
phptal & ci integration - by El Forum - 11-10-2007, 01:35 PM
phptal & ci integration - by El Forum - 11-10-2007, 02:35 PM
phptal & ci integration - by El Forum - 11-10-2007, 02:57 PM
phptal & ci integration - by El Forum - 11-10-2007, 04:40 PM
phptal & ci integration - by El Forum - 11-11-2007, 02:07 AM
phptal & ci integration - by El Forum - 08-29-2008, 06:31 AM
phptal & ci integration - by El Forum - 08-21-2009, 07:27 AM
phptal & ci integration - by El Forum - 09-04-2009, 05:32 PM
phptal & ci integration - by El Forum - 06-07-2010, 04:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB