user525146
user525146

Reputation: 3998

Limitations of CodeIgniter

What are the limitations that can be faced with codeigniter. I know my question is very broad but I wanted to know from the experts if there are any specific limitations.

This is because for my website I want to have visual representation like google maps. The steps which have to be visually displayed. Can the codeigniter handle everything or are there any limitations?

Upvotes: 3

Views: 1251

Answers (1)

Aren
Aren

Reputation: 55946

The issue is not what limitations CodeIgniter has, it's when does implementing something break outside the local use of the framework.

CodeIgniter is written in PHP, therefore your limitations really are the limitations of PHP itself.

The part to consider though is that if you're spending most of your time working around the paradigms put forth in CodeIgniter then the platform is probably not for you.

On a second note

The limitations also are greatly dependant on your skill & resources. It's not strictly the platform that'll prevent someone from achieving thier intended result.

Upvotes: 7

Related Questions