Why CodeIgniter is a loosely coupled mvc framework?

Member

by mitchell , in category: Technology , 2 years ago

Why CodeIgniter is a loosely coupled mvc framework?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by ashtyn , 2 years ago

@mitchell CodeIgniter is called a loosely coupled mvc because, it provides unlimited flexibility to developers. It allows us to write and execute our custom codes, library, helpers. We can use call model and controllers functions in views and also can write custom code on views. It works like a core PHP when some one is going to manipulate it and on the other side it provide a modular structure to our application, XSS and CSRF functionalitis. It provides us lots of inbuilt library and also compatible with many more custom libraries. It never restricts us to write and execute any code.