Another benefit from using a framework like ZF or Symfony would be SEO friendly urls. The frameworks provide the ability to have "clean" urls by default.
So rather than viewforum.php?f=78 ([4.0/Rhea] RFCs & Patches forum) it could be 4.0Rhea_RFCs_&_Patches_forum-f78 or something like that (stripping non alphanumeric characters and replacing whitespace with an underscore for the name, and appending a -F[forum_id] for the Forum controller to use as the param).
[RFC|Accepted] Symfony 2
- ameeck
- Registered User
- Posts: 86
- Joined: Sun Nov 13, 2005 6:43 pm
- Location: Prague, Czech Republic
- Contact:
Re: [RFC] Symfony 2
@rma-web: SEO URLs are just a side-effect of the key feature for frameworks - routes. With routes, you can manage any URL scheme just by defining new routes, internally the system only references controller -> view links.
I haven't yet seen the routing implementation in Sf2, but I think it will be as flexible as other PHP frameworks.
I haven't yet seen the routing implementation in Sf2, but I think it will be as flexible as other PHP frameworks.
Please think before you post.
Re: [RFC] Symfony 2
i am for using symfony 2 for framework, great idea.
Re: [RFC] Symfony 2
I like frameworks as such however I have to admit that I don't like symfony. I have had very bad experiences with the complexity of the code and folder structure. It just appears to me very bloated and I really love the structure of phpbb3. For me phpbb3 is great to write additions or external software which hooks up with it and I never understood symfony.
- ameeck
- Registered User
- Posts: 86
- Joined: Sun Nov 13, 2005 6:43 pm
- Location: Prague, Czech Republic
- Contact:
Re: [RFC] Symfony 2
Are you talking about symfony 1 or Symfony 2?Obi_Wan wrote:I like frameworks as such however I have to admit that I don't like symfony. I have had very bad experiences with the complexity of the code and folder structure. It just appears to me very bloated and I really love the structure of phpbb3. For me phpbb3 is great to write additions or external software which hooks up with it and I never understood symfony.
Please think before you post.
- Highway of Life
- Registered User
- Posts: 1399
- Joined: Tue Feb 08, 2005 10:18 pm
- Location: I'd love to change the World, but they won't give me the Source Code
- Contact:
Re: [RFC] Symfony 2
Compare it to Code Igniter and tell me what you think.Obi_Wan wrote:I think it was symfony 2 I tried
-
- Registered User
- Posts: 247
- Joined: Sun Oct 28, 2001 9:47 am
- Location: utrecht, the netherlands
- Contact:
Re: [RFC] Symfony 2
Judging from your original message, I am guessing you tried symfony 1. Symfony 2 has only recently been released as a preview release.Obi_Wan wrote:I think it was symfony 2 I tried
Re: [RFC] Symfony 2
Well Symfony 2 is preview release that's only been available a number of weeks.Obi_Wan wrote:I think it was symfony 2 I tried
Re: [RFC] Symfony 2
Ah ok. I have no idea in which state symfony currently is because I just hated it but if symfony 2 is easier to handle and doesn't need thousands of bootstraps, files and library declarations until something is actually there... then why not.