CodeIgniter Forums
Building an events cms - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Building an events cms (/showthread.php?tid=835)



Building an events cms - Kabouter - 01-21-2015

I have an event website, but the code is really crappy. (didn't build it myself) I want to rebuild the site entirely, I became very excited about codeigniter. At the moment I'm in doubt if codeigniter is the right choice. It looks like ellislab killed the community. My problem is that I have only 4 days of php coding experience.(some knowledge of visual Basic and that's itBig Grin) I was looking into laravel as an alternative, only because of the active community.
My question is quite simple which php framework should I use to build my website.


RE: Building an events cms - Avenirer - 01-21-2015

Considering you have 4 days of php coding experience, it would be better to try CodeIgniter. But... only 4 days?


RE: Building an events cms - dewaldcels - 01-22-2015

(01-21-2015, 05:35 PM)Kabouter Wrote: I have an event website, but the code is really crappy. (didn't build it myself) I want to rebuild the site entirely, I became very excited about codeigniter. At the moment I'm in doubt if codeigniter is the right choice. It looks like ellislab killed the community. My problem is that I have only 4 days of php coding experience.(some knowledge of visual Basic and that's itBig Grin) I was looking into laravel as an alternative, only because of the active community.
My question is quite simple which php framework should I use to build my website.

Hello drawf, I'm sure if this is the place to ask about other frameworks? Anyway, 4 days PHP is well.. only 4 days. CodeIgniter is an excellent, lightweight and very easy to learn framework, I've been using it for 2 years and love it.


RE: Building an events cms - Rufnex - 01-22-2015

I would say .. download the framworks you like and try to install and make an simple hello world. Then use the one, that gets you the best start for you skills ;o)


RE: Building an events cms - ivantcholakov - 01-22-2015

4 days... definitely CodeIgniter.


RE: Building an events cms - nasser.man - 04-07-2015

(01-21-2015, 05:35 PM)Kabouter Wrote: I have an event website, but the code is really crappy. (didn't build it myself) I want to rebuild the site entirely, I became very excited about codeigniter. At the moment I'm in doubt if codeigniter is the right choice. It looks like ellislab killed the community. My problem is that I have only 4 days of php coding experience.(some knowledge of visual Basic and that's itBig Grin) I was looking into laravel as an alternative, only because of the active community.
My question is quite simple which php framework should I use to build my website.

i used joomla to create many simple websites and then go to use its framework, it is powerful ( yaaa) , anyway in past 5-6 day i downloaded my tutorials and videocasts for codigniter (also laravel ,yii , ...)
other frameworks (be sure) have many goodies but codeigniter (for me) : * is light and does not any complex config. * you can start creating controllers, views , and develop speedy Smile * have many nice libraries and have many third party libraries, * and it is very well docmented

i like it, check out CI and lara, good luck,


RE: Building an events cms - Kabouter - 04-10-2015

I chose CI. Still working on my site. it's the most easiest framework and the documentation is great. Smile