CodeIgniter Forums
Poll system? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Poll system? (/showthread.php?tid=11945)



Poll system? - El Forum - 09-29-2008

[eluser]demogar[/eluser]
I wanted to know if there's any Poll System for Code Igniter?


Poll system? - El Forum - 09-29-2008

[eluser]manilodisan[/eluser]
Pool system as a what? Libraray, helper, hook ? TongueP Are you putting codeigniter in the same place with vBulletin? This is a php framework...


Poll system? - El Forum - 09-29-2008

[eluser]demogar[/eluser]
I know this is a php framework.. I have coded some complete sites using this great framework but I wanted to know if there's any good Poll system (library, helper, hook as u said) already coded in CI.

I wanted to implement that on my site, but I'm plenty of time to code one from the begining.

Here is my site: www.panagamers.com. It's completely coded on CI.

Best regards!


Poll system? - El Forum - 09-29-2008

[eluser]Sumon[/eluser]
For complete Poll system or any module please search in CI Wiki. Although, my search with poll don't give me any result. However, if you have any poll already developed (non CI) then you can use it CI as well. Paste your class inside application\libraries\your_poll_class.php. In addition, if you have developed poll using only functions then helper will be a good choice.


Poll system? - El Forum - 09-29-2008

[eluser]charlie spider[/eluser]
went to check out your site
looks nice
too bad i'm not smart enough to speak more than one language Wink
( no habla espanol )

anyways, i discovered that: http://www.panagamers.com/eventos/

gives this:


Ha ocurrido un error

Esta sección está en construcción.


Poll system? - El Forum - 09-30-2008

[eluser]demogar[/eluser]
Thank you both!

Well.. I'll be writing the code in the free time hehe

And thank you charlie spider! And the error message says "this section is under construction!"

Cya! Smile


Poll system? - El Forum - 09-30-2008

[eluser]charlie spider[/eluser]
ha ha ha

as i said:

no habla espanol


Poll system? - El Forum - 10-01-2008

[eluser]Unknown[/eluser]
demogar:
So... did you find or coded any poll system?

I'm also looking for something to work with CI

regards.


Poll system? - El Forum - 10-01-2008

[eluser]demogar[/eluser]
I didn't code this yet, but I will be doing this soon.


Poll system? - El Forum - 02-21-2009

[eluser]hugle[/eluser]
Hello.

I just needed a Poll system on the site, and thought maybe someone already did a poll library/helper ?

thanks !