From the course: MVC Frameworks for Building PHP Web Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Symfony app walkthrough

Symfony app walkthrough

From the course: MVC Frameworks for Building PHP Web Applications

Start my 1-month free trial

Symfony app walkthrough

- [Instructor] So let's get an idea of what development in Symfony is like. First we'll take a look at the organization of code and how Symfony handles routing in MVC. Then we can take a look at the app console and see how we can do some things using the command line interface. So here's our demo application. Let's have a look at what we have here. So if I go to browse the application you can see it's a blog basically. It's a Latin blog so it's not of much use to me, but we get the idea of how it all works. So if I click on one of these items, it'll bring me to the blog entry and you can even go in here and look at the code. It's very helpful 'cause it'll give you an idea of where things are. Now we could actually sign in, and once you sign in there's a default user here, and it actually tells you some different kinds of users you can do. So once I sign-in, I can then go back in the application and now I have the ability to add a comment and to edit the post. So you can see I get some…

Contents