Welcome Guest, Not a member yet? Register   Sign In
Phil Sturgeon's Template Library?
#13

[eluser]hugle[/eluser]
[quote author="Phil Sturgeon" date="1271512588"]Application/themes/views/modules/modulename/whatever.php[/quote]

strange, but I can't get it to work...
(admin is theme name)
I did:
Code:
$this->template->set_theme('admin');

I tried:
Application/themes/views/modules/modulename/whatever.php
Application/themes/views/modules/modulename/views/whatever.php

Application/themes/admin/views/modules/modulename/whatever.php
Application/themes/admin/views/modules/modulename/views/whatever.php

Application/themes/admin/modules/categories/whatever.php
Application/themes/admin/modules/categories/views/whatever.php
-- nothing workedSad
my temalate.php config is the default one.


What I am trying to to, is that I need a little app, with and admin backend.
for heavier projects I use Pyro.
But I came to a solution, that it's a time to start using templates, it's cleaner, easier to adapt to new projects/designs.
I looked threw Pyro for examples, and started using Template Library

I have an example controller 'categories' (extending Admin_Controller) - admin.php
and one controller is extending Public_Controller - categories.php

Code:
these both files located in same directory:
/app/modules/categories/controllers/admin.php
/app/modules/categories/controllers/categories.php

now when I want for example build a 'form.php' view which is located at:
/app/modules/categories/controllers/views/form.php

I have also this layout:
/app/themes/admin/views/layout.php

So when I do:
Code:
$this->template->set_theme('admin');
$this->template->set_layout('layout');
$this->template->build('form', $data);

Shouldn't it work?
Maybe I'm missleading you, and miss understanding something...
So I decided to describe whole problem...

Thank you!


Messages In This Thread
Phil Sturgeon's Template Library? - by El Forum - 02-19-2010, 08:52 AM
Phil Sturgeon's Template Library? - by El Forum - 02-19-2010, 12:48 PM
Phil Sturgeon's Template Library? - by El Forum - 02-19-2010, 01:18 PM
Phil Sturgeon's Template Library? - by El Forum - 02-19-2010, 02:01 PM
Phil Sturgeon's Template Library? - by El Forum - 02-19-2010, 02:58 PM
Phil Sturgeon's Template Library? - by El Forum - 02-20-2010, 05:07 AM
Phil Sturgeon's Template Library? - by El Forum - 03-09-2010, 05:06 AM
Phil Sturgeon's Template Library? - by El Forum - 03-12-2010, 03:10 PM
Phil Sturgeon's Template Library? - by El Forum - 03-16-2010, 04:17 AM
Phil Sturgeon's Template Library? - by El Forum - 03-16-2010, 05:34 PM
Phil Sturgeon's Template Library? - by El Forum - 04-16-2010, 05:20 AM
Phil Sturgeon's Template Library? - by El Forum - 04-17-2010, 02:56 AM
Phil Sturgeon's Template Library? - by El Forum - 04-17-2010, 03:55 AM
Phil Sturgeon's Template Library? - by El Forum - 04-28-2010, 09:04 AM
Phil Sturgeon's Template Library? - by El Forum - 04-28-2010, 09:06 AM
Phil Sturgeon's Template Library? - by El Forum - 04-28-2010, 09:51 AM
Phil Sturgeon's Template Library? - by El Forum - 04-28-2010, 10:33 AM
Phil Sturgeon's Template Library? - by El Forum - 04-29-2010, 04:17 AM
Phil Sturgeon's Template Library? - by El Forum - 04-29-2010, 09:15 AM
Phil Sturgeon's Template Library? - by El Forum - 04-29-2010, 09:34 AM
Phil Sturgeon's Template Library? - by El Forum - 04-29-2010, 09:38 AM
Phil Sturgeon's Template Library? - by El Forum - 04-29-2010, 11:12 AM
Phil Sturgeon's Template Library? - by El Forum - 04-29-2010, 03:45 PM
Phil Sturgeon's Template Library? - by El Forum - 04-30-2010, 12:02 AM
Phil Sturgeon's Template Library? - by El Forum - 04-30-2010, 06:05 AM
Phil Sturgeon's Template Library? - by El Forum - 05-02-2010, 06:35 AM
Phil Sturgeon's Template Library? - by El Forum - 05-02-2010, 07:02 AM
Phil Sturgeon's Template Library? - by El Forum - 05-02-2010, 03:57 PM
Phil Sturgeon's Template Library? - by El Forum - 05-02-2010, 11:40 PM
Phil Sturgeon's Template Library? - by El Forum - 05-03-2010, 04:01 AM
Phil Sturgeon's Template Library? - by El Forum - 08-29-2010, 04:19 AM
Phil Sturgeon's Template Library? - by El Forum - 08-29-2010, 07:05 AM
Phil Sturgeon's Template Library? - by El Forum - 04-27-2012, 12:27 AM
Phil Sturgeon's Template Library? - by El Forum - 05-20-2012, 10:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB