Welcome Guest, Not a member yet? Register   Sign In
Code Igniter noob :)
#4

[eluser]Mr. Gibon[/eluser]
Thanks for reply,

What solution would you choose for dynamic template?

I mean dynamic meta tags, content as $value form a array or database.

for example different set of colours, banners, meta tags, or even css for mydomain.com/page2

I want the template to be modular and easy to edi evey single module display, and code.

well i'm not expert, and php new for me, but i want to get someting similar to:
Code:
<html>
<head>
<meta autor="$value">
<meta description="$value">
<meta keywords="$value">
<?php echo='$value'; ?>
</head>
<body>

<div id="banner">
&lt;?php include'template/banner.php'; ?&gt;
</div>
<div id="content">
&lt;?php echo='$content'; ?&gt;
</div>
<div id="sidebar">
&lt;?php include'template/sidebar.php'; ?&gt;
</div>

<div id="footer">
&lt;?php include'template/footer.php'; ?&gt;
</div>
&lt;/body&gt;
&lt;/html&gt;
( including jquery, ajax, javascript and so on...)
considering different table in sql for settings of site, and other for contents, and another one for components.


What is the best way to get it in CI without any very advanced solutions?


Messages In This Thread
Code Igniter noob :) - by El Forum - 04-21-2010, 07:39 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 07:47 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 07:51 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 08:32 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 08:35 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 08:48 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 08:52 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 08:58 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 10:42 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 12:48 PM
Code Igniter noob :) - by El Forum - 04-21-2010, 01:11 PM
Code Igniter noob :) - by El Forum - 04-22-2010, 01:55 AM
Code Igniter noob :) - by El Forum - 04-22-2010, 02:00 AM
Code Igniter noob :) - by El Forum - 04-22-2010, 03:01 AM
Code Igniter noob :) - by El Forum - 04-22-2010, 03:20 AM
Code Igniter noob :) - by El Forum - 04-26-2010, 03:47 AM
Code Igniter noob :) - by El Forum - 04-26-2010, 03:58 AM
Code Igniter noob :) - by El Forum - 04-26-2010, 05:19 AM
Code Igniter noob :) - by El Forum - 04-26-2010, 06:09 AM
Code Igniter noob :) - by El Forum - 04-26-2010, 02:21 PM
Code Igniter noob :) - by El Forum - 04-28-2010, 03:58 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 04:36 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 05:08 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 05:43 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 08:54 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 10:44 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 04:28 PM
Code Igniter noob :) - by El Forum - 04-29-2010, 01:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB