EllisLab text mark
Advanced Search
1 of 2
1
   
how long
Posted: 28 August 2012 05:34 PM   [ Ignore ]
Avatar
Joined: 2012-08-09
64 posts

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

 Signature 
 
Posted: 28 August 2012 05:38 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2009-02-19
3819 posts

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.

 Signature 
 
Posted: 28 August 2012 05:40 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

i have already downloaded codeigniter. but also do you know how i could use mootools with codeigniter?

 Signature 
 
Posted: 28 August 2012 05:49 PM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Avatar
Joined: 2009-02-19
3819 posts

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.

 Signature 
 
Posted: 28 August 2012 07:24 PM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

thank you :DD!!!

 Signature 
 
Posted: 28 August 2012 07:28 PM   [ Ignore ]   [ # 5 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

so i put this link: http://cloudfun.lulzlab.com/scripts/mootools.js  in my view?

 Signature 
 
Posted: 28 August 2012 07:32 PM   [ Ignore ]   [ # 6 ]   [ Rating: 0 ]
Avatar
Joined: 2009-02-19
3819 posts

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.

 Signature 
 
Posted: 28 August 2012 07:37 PM   [ Ignore ]   [ # 7 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

is it

<skript type="text/javascript" src="http://cloudfun.lulzlab.com/scripts/mootools.js" /> 

or

[removed] 
or[code] [removed][removed] 

?

 Signature 
 
Posted: 28 August 2012 07:39 PM   [ Ignore ]   [ # 8 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

no i was wanting mootools for my javascript framework?

 Signature 
 
Posted: 28 August 2012 07:40 PM   [ Ignore ]   [ # 9 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

or is it the same with out the mootools in codeigniter? o-o

 Signature 
 
Posted: 28 August 2012 07:50 PM   [ Ignore ]   [ # 10 ]   [ Rating: 0 ]
Avatar
Joined: 2009-02-19
3819 posts

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.

 Signature 
 
Posted: 28 August 2012 07:58 PM   [ Ignore ]   [ # 11 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

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?

 Signature 
 
Posted: 28 August 2012 07:59 PM   [ Ignore ]   [ # 12 ]   [ Rating: 0 ]
Avatar
Joined: 2009-02-19
3819 posts

Of course.

 Signature 
 
Posted: 28 August 2012 07:59 PM   [ Ignore ]   [ # 13 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

i know that is off subject but iv’e been wanting to know that also..

 Signature 
 
Posted: 28 August 2012 08:01 PM   [ Ignore ]   [ # 14 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

:DD yayy so how long would it probebly take me to do that?

 Signature 
 
Posted: 28 August 2012 08:02 PM   [ Ignore ]   [ # 15 ]   [ Rating: 0 ]
Avatar
Joined: 2012-08-09
64 posts

Probably*

 Signature 
 
1 of 2
1