Jump to content

PHP Framework


Liquid Fire

Recommended Posts

I am looking for a php framework to test with.  I want to see what all the hype is about php frameworks but i am not sure what i want to use.  I big thing that i don't like about most frameworks is that they require you to name you classes and/or variables and/or databases/tables/fields a certain way.  I am looking for a framework that is very light on this stuff, giving me more control in how i want to name stuff.  I also want it to allow me to drop in my only classes/libraries very easily.  I also want it to be easy to install, easy as installing any other application.  Right now is think i will try Codeigniter but do any of you have any suggestion on simple that might be easier yet as powerful.

Link to comment
https://forums.phpfreaks.com/topic/62723-php-framework/
Share on other sites

I personally dislike the frameworks I've used for the same reasons you've listed.  That said here's a list of frameworks:

 

php cake (I've used this and if you can't fit its style you'll hate it, based off of RoR)

solar (I like this one the most, haven't used it but from looking at the code)

symfony (haven't used it, but I hear Yahoo! uses it for something or another)

 

There's also a lot of CMSs which aren't the same but might fit your needs or can be hacked to fit your needs:

Symphony (it looks quite cool, it's pretty new, uses XSLT to generate the actual output)

Drupal

Joomla

Expression Engine

Link to comment
https://forums.phpfreaks.com/topic/62723-php-framework/#findComment-312478
Share on other sites

There's always Thacmus. It's in beta development (alpha releases, though), and started about 2 months ago. I've been designing it for simplicity and ease of use and change.

I don't have the framework / CMS enforce naming conventions, but I do suggest styles for organizational and aesthetic reasons.

Link to comment
https://forums.phpfreaks.com/topic/62723-php-framework/#findComment-314506
Share on other sites

  • 2 weeks later...
  Quote

I personally dislike the frameworks I've used for the same reasons you've listed.  That said here's a list of frameworks:

 

php cake (I've used this and if you can't fit its style you'll hate it, based off of RoR)

solar (I like this one the most, haven't used it but from looking at the code)

symfony (haven't used it, but I hear Yahoo! uses it for something or another)

 

There's also a lot of CMSs which aren't the same but might fit your needs or can be hacked to fit your needs:

Symphony (it looks quite cool, it's pretty new, uses XSLT to generate the actual output)

Drupal

Joomla

Expression Engine

Symphony may look cool but its very very slow. It is too bulky for use. Yes CakePHP can be tricky at first. But once you get used to its coding style you will simply won't be able to live without it. It has real "magic"  ;)

Link to comment
https://forums.phpfreaks.com/topic/62723-php-framework/#findComment-324919
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.