Welcome Guest, Not a member yet? Register   Sign In
how to create a statistics system in codeigniter
#1

Hi everybody.
I am a beginner in programming and work with codeigniter, i want to create a statistics system (professional system or at least, not simple) for website with codeigniter but i don't know how i can make it.
if you have ideas or plugins for codeigniter, I'll really appreciate if you share it with me and other users. Smile

sorry for my bad English. :\
Reply
#2

You can use Chart JS to show the stats, http://www.chartjs.org/

The numbers (stats) you provide are your calculations, equations, or algorithms.
Reply
#3

(08-09-2017, 02:14 AM)taymaz-92 Wrote: Hi everybody.
I am a beginner in programming and work with codeigniter, i want to create a statistics system (professional system or at least, not simple) for website with codeigniter but i don't know how i can make it.
if you have ideas or plugins for codeigniter, I'll really appreciate if you share it with me and other users. Smile

sorry for my bad English. :\

if You're actually what you've described about your self,
then I suggest you hold yourself againts using any kind of framework at all.

PHP Framework's meant to ease things that programmers usually do repeatedly when using standard php coding style. (please CMIIW)
which means that people who uses PHP frameworks know what kind of process is happening behind it.

to be able to know about it means that one does not simply use PHP framwork without learning what and how PHP works.

If you're sure about proclaiming yourself as a "beginner",
then i suggest learning a little bit of algorithm.
also, statistic means that you'll be dealing with data structure, database schema design, and anything that related to data storeage.

here's some resources that might help:
https://hackr.io/tutorials/learn-data-st...algorithms 

I hope that you could learn about this well,
then I'm sure you'll be an excellent programmer.... or developer... or something.
Reply
#4

(08-09-2017, 02:14 AM)taymaz-92 Wrote: Hi everybody.
I am a beginner in programming and work with codeigniter, i want to create a statistics system (professional system or at least, not simple) for website with codeigniter but i don't know how i can make it.
if you have ideas or plugins for codeigniter, I'll really appreciate if you share it with me and other users. Smile

sorry for my bad English. :\

You can learn codeigniter from the best tutorials available online you can check this at http://letsfindcourse.com/codeIgniter hope this will help you.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB