Welcome Guest, Not a member yet? Register   Sign In
Template Library Version 1.3
#4

[eluser]Colin Williams[/eluser]
Quote:Any ideas how I might do that using something like Template?

There is an add_template() method and set_template() method for this very instance, AgentPhoenix. Both are covered in the docs at:

http://williamsconcepts.com/ci/codeignit...nipulation

Essentially you do:

Code:
$new_template = array(
   'template' => 'other_template.php',
   'regions' => array('region1', 'region2', 'region3')
);
$this->template->add_template('name_it', $new_template, TRUE);

Or, you can define more templates in the config file and do $this->template->set_template('name');

Let me know if you need more info.


Messages In This Thread
Template Library Version 1.3 - by El Forum - 08-16-2008, 05:28 PM
Template Library Version 1.3 - by El Forum - 08-16-2008, 11:26 PM
Template Library Version 1.3 - by El Forum - 08-16-2008, 11:46 PM
Template Library Version 1.3 - by El Forum - 08-16-2008, 11:56 PM
Template Library Version 1.3 - by El Forum - 08-17-2008, 12:10 AM
Template Library Version 1.3 - by El Forum - 08-17-2008, 12:14 AM
Template Library Version 1.3 - by El Forum - 08-17-2008, 07:17 AM
Template Library Version 1.3 - by El Forum - 08-17-2008, 09:08 AM
Template Library Version 1.3 - by El Forum - 08-17-2008, 01:27 PM
Template Library Version 1.3 - by El Forum - 08-17-2008, 06:13 PM
Template Library Version 1.3 - by El Forum - 09-10-2008, 09:43 PM
Template Library Version 1.3 - by El Forum - 09-19-2008, 06:11 AM
Template Library Version 1.3 - by El Forum - 09-19-2008, 07:23 AM
Template Library Version 1.3 - by El Forum - 10-02-2008, 12:08 AM
Template Library Version 1.3 - by El Forum - 10-02-2008, 07:42 AM
Template Library Version 1.3 - by El Forum - 10-31-2008, 11:55 PM
Template Library Version 1.3 - by El Forum - 11-01-2008, 12:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB