PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, March 16, 2022

[FIXED] What is Codeigniter, CakePHP, Laravel, Zend and Symfony?

 March 16, 2022     cakephp, codeigniter, laravel, php, zend-framework     No comments   

Issue

I am a PHP developer and I want to increase my knowledge. So I am trying to understand some online scripts. I see some folders named ( Zend, Symfony.. etc ) and I read about code igniter.

However, I still didn't understand anything of what I want to know.

  • What is and when to use each of them?
  • What are the features they provide?
  • With which should I start with?

    Codeigniter, CakePHP, Laravel, Zend and Symfony frameworks

I know this may be a duplicate question but I really need a complete answer that I really did not find.

Thanks :)


Solution

I think that you should start from learning MVC pattern that is used in all of mentioned frameworks, if you're not already know what it is.

The next thing are requirements - what you need or what you expect from framework? There are some things that frameworks cannot do. You can check and compare what each framework can or cannot do for you. Note every part that you discovered.

Some frameworks are easy to start, others need advanced knowledge. Check the examples in docs.

Next step could be your own testing to code something.

This is really too general question, that was asked and answered many times not only here (at stackoverflow), but at many other websites too. Just add some important keywords and search. All in your hands.



Answered By - user268500
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing