Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7837549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T14:41:14+00:00 2026-06-02T14:41:14+00:00

First off: I do realize that using models in a view is against the

  • 0

First off: I do realize that using models in a view is against the MVC hierarchy – but that’s the smoothest solution I’ve found so far.

I’ve integrated Smarty into my CodeIgniter CMS application. One of its features is the usage of templates along with minifying static content such as CSS and JavaScript. Hence, I’m trying to do something like this in the template file:

//Adding the static content
<?php
$this->content->css( array('my.css', 'style.css') );
?>

<html>
   <head>
      //Displaying the now minified static content
      <?php $this->content->display() ? >
   </head>
</html>

Since the final template should be editable by the end user or similar, I believe that this is the most simple solution.

Appreciating all input!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T14:41:16+00:00Added an answer on June 2, 2026 at 2:41 pm

    I think you shouldn’t use any codeigniter-releated function in Smarty-templates. The CSS directory is constant so unnecessary to call a php-function.

    If you’ll need some information from CI, you’ll assign to a smarty-variable in your controller-function – so doesn’t break MVC:

    $smarty->assign(array(
       "display" => $this->content->display(),
       "css_include" => $this->content->css(array("my.css","style.css"))
    ));
    

    As jco wrote above in simple cases CI&Smarty maybe “overkill”. But same cases it’s very useful (e.g. template inheritance and blocks can use to create same form-types).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First off, I realize that there is no such thing as a perfectly secure
First off, I realize most of this can also be done using ItemTemplates. If
First off, this example will only work in a browser that supports :nth-child ,
First off, I am using Windows XP. I have multiple hard drives and it
First off: I'm using a rather obscure implementation of javascript embedded as a scripting
First off, I'm working on an app that's written such that some of your
First off, let me start off that I am not a .net developer. The
First off, I'm using Visual Studio 2010, Measurement Studio 2010 plugin , C# and
I realize that there are other posts asking similar questions, but do not quite
I'm trying to make a mobile application using jQuery Mobile and Phonegap. But first

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.