i was wondering how long it would probebly take to make a framework like this with codeigniter http://cloudfun.lulzlab.com/images/lulzlab_pagetemp1.jpg
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 28, 2012 5:34pm
Subscribe [2]#1 / Aug 28, 2012 5:34pm
i was wondering how long it would probebly take to make a framework like this with codeigniter http://cloudfun.lulzlab.com/images/lulzlab_pagetemp1.jpg
#2 / Aug 28, 2012 5:38pm
It’s just HTML/CSS, so however long it would take you to make that.
Download the framework and look at the welcome controller and it’s view file. The view file is where all of your HTML would go.
#3 / Aug 28, 2012 5:40pm
i have already downloaded codeigniter. but also do you know how i could use mootools with codeigniter?
#4 / Aug 28, 2012 5:49pm
Sure, but again, that’s just using HTML. So you load it in the head of your document like you would with anything else.
<skript type="text/javascript" src="http://url.for/mootools.js" >All CI does is display the HTML you tell it to.
#5 / Aug 28, 2012 7:24pm
thank you :DD!!!
#6 / Aug 28, 2012 7:28pm
so i put this link: http://cloudfun.lulzlab.com/scripts/mootools.js in my view?
#7 / Aug 28, 2012 7:32pm
Do you know how to build a pure HTML page using mootools? You do everything the same way, except you are just using the CI views to display it.
#8 / Aug 28, 2012 7:37pm
is it
<skript type="text/javascript" src="http://cloudfun.lulzlab.com/scripts/mootools.js" >or
[removed]
or[code] [removed][removed]?
#9 / Aug 28, 2012 7:39pm
no i was wanting mootools for my javascript framework?
#10 / Aug 28, 2012 7:40pm
or is it the same with out the mootools in codeigniter? o-o
#11 / Aug 28, 2012 7:50pm
In my above example I had to spell script “skript” so it would show up on the forum or else the forum [removes] it. It should be spelled correctly though in your code…“script”.
I would suggest you build your page ONLY using HTML, and get mootools working in it before you mess with CI. Once you get it working using only HTML, it will be easy to make it work in CI. I’d concentrate on that first before you complicate things by introducing CI. I think you are confusing some things.
#12 / Aug 28, 2012 7:58pm
Yes, but could i make a image uploader that will send the images from the “uploads” folder to a view that will display the uploads . With codeigniter?
#13 / Aug 28, 2012 7:59pm
Of course.
#14 / Aug 28, 2012 7:59pm
i know that is off subject but iv’e been wanting to know that also..
#15 / Aug 28, 2012 8:01pm
:DD yayy so how long would it probebly take me to do that?