Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Demo applications build with CodeIgniter

I've been learning how to work with CodeIgniter for a few weeks now, but I'm a little stuck on how to build a real application with it.

Are there any open source demo's that I could use to see how the flow works in there. Couldn't find anything on Google.

like image 312
woutr_be Avatar asked Dec 17 '12 10:12

woutr_be


People also ask

Is CodeIgniter good for large applications?

Codeigniter is one of the best PHP frameworks offering an open-source development platform. It assists PHP developers by providing the simplest way to use modular methods and get any explicit function. It is easy to build large-scaled dynamic and secured web applications due to its friendly urls.

Is CodeIgniter still relevant?

CodeIgniter is still exist but the name of this framework has become synonymous with a low-quality solution that is why we advise you Laravel as a better alternative. Both Laravel and CodeIgniter are open-source PHP framework.

Which is better CodeIgniter or laravel?

Key Difference : Laravel is relational object-oriented and CodeIgniter is Object-oriented. Laravel provides authentication class features and CodeIgniter does not have built-in authentication features. Laravel has inbuilt unit testing tool and CodeIgniter does not have inbuilt unit testing tool.

Can I use react JS with CodeIgniter?

In this tutorial you will learn how to create a Create-Read-Update-Delete (CRUD) application using CodeIgniter 4 on the backend and React JS on the frontend. Not only that, I will also share with you how to use Bulma CSS to style the User Interface (UI).


1 Answers

Getting Started with CodeIgniter and How to Create All Those Great Apps: Contains 12 easy to follow tutorials to build small apps!

4.1 Build an RSS 2.0 Feed with CodeIgniter
4.2 Generating PDF files using CodeIgniter
4.3 Building a Shopping Cart using CodeIgniter’s Shopping Cart Class
4.4 CodeIgniter Clan Site- Part1 & Part2
4.5 Validating Web Forms with the Code Igniter
4.6 A sample Facebook application with CodeIgniter
4.7 CodeIgniter and Ajax Using JQuery Tutorial
4.8 Real Live Search with Pagination
4.9 How to Update your Twitter Status with CodeIgniter
4.10 Codeigniter Event Calendar
4.11 Live search with CodeIgniter and Mootools
4.12 Creating a File Hosting Site with CodeIgniter

like image 196
Igor Parra Avatar answered Oct 05 '22 06:10

Igor Parra