Welcome Guest, Not a member yet? Register   Sign In
Is there an integration of CodeIgniter with dojo?
#5

[eluser]henrihnr[/eluser]
Hi...i just started to prepare for building site with CI and Dojo.
CodeIgniter doesnt provide a way to include your js or css files in CodeIgniter subfolder...
But you can include these files using base_url() function and this technique should works fine with Dojo.
Here's how i put it in action:

wwwFolder
\CodeIgniter
\dojoroot
\css
\system
\others

in my view files, i called dojo like this:

<style type="text/css">
@import "<?php echo base_url(); ?>dojoroot/dijit/themes/tundra/tundra.css";
@import "<?php echo base_url(); ?>dojoroot/dojo/resources/dojo.css";
</style>


Messages In This Thread
Is there an integration of CodeIgniter with dojo? - by El Forum - 10-09-2008, 05:34 PM
Is there an integration of CodeIgniter with dojo? - by El Forum - 10-09-2008, 08:00 PM
Is there an integration of CodeIgniter with dojo? - by El Forum - 10-10-2008, 11:16 AM
Is there an integration of CodeIgniter with dojo? - by El Forum - 10-15-2008, 08:06 PM
Is there an integration of CodeIgniter with dojo? - by El Forum - 10-16-2008, 12:00 AM
Is there an integration of CodeIgniter with dojo? - by El Forum - 10-16-2008, 01:47 AM
Is there an integration of CodeIgniter with dojo? - by El Forum - 04-01-2009, 09:52 PM
Is there an integration of CodeIgniter with dojo? - by El Forum - 04-01-2009, 10:50 PM
Is there an integration of CodeIgniter with dojo? - by El Forum - 04-02-2009, 09:17 AM
Is there an integration of CodeIgniter with dojo? - by El Forum - 04-02-2009, 10:16 AM
Is there an integration of CodeIgniter with dojo? - by El Forum - 08-18-2010, 05:02 AM
Is there an integration of CodeIgniter with dojo? - by El Forum - 10-04-2012, 06:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB