CodeIgniter has been great, it has let me accomplish any type of site I have wanted to create so far in a fast and easy way. It let's me get as advanced as I like while generally staying out of my way.
I have not had the time to jump balls deep into it, but the Yii framework looks excellent. As well I would love to spend more time with Python's Django framework. As for now though when I need to get a fuckton completed, CodeIgniter gets it done nicely.
Did anyone here ever use a Perl framework called Personal Home Pages (PHP)? Funny how the blog script became a framework, then it became a language that another blog script was written it, and now you want a framework to use what was originally called a script. I wonder when people will be posting about Wordpress frameworks.
For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627 Strongbox - The next generation in site security Throttlebox - The next generation in bandwidth control Clonebox - Backup and disaster recovery on steroids
Did anyone here ever use a Perl framework called Personal Home Pages (PHP)? Funny how the blog script became a framework, then it became a language that another blog script was written it, and now you want a framework to use what was originally called a script. I wonder when people will be posting about Wordpress frameworks.
Do people who use Code Igniter or Symfony good for WordPress plugin development?
Wordpress IS the framework in that case. Assuming the plugin isn't roughly as large and complex as Wordpress itself.
For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627 Strongbox - The next generation in site security Throttlebox - The next generation in bandwidth control Clonebox - Backup and disaster recovery on steroids
Do people who use Code Igniter or Symfony good for WordPress plugin development?
Wordpress IS the framework in that case. Assuming the plugin isn't roughly as large and complex as Wordpress itself.
For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627 Strongbox - The next generation in site security Throttlebox - The next generation in bandwidth control Clonebox - Backup and disaster recovery on steroids
Do people who use Code Igniter or Symfony good for WordPress plugin development?
If wordpress is built properly, it should be a framework of it's own. If you're writing a plugin for wordpress, the amount of php functions should be nominal and you should theoretically be using functions built/provided by wordpress.
I haven't done a serious wordpress plugin in a long time, if wordpress isn't built like this it'll be one of it's downfalls in the future.
I've had a chance to review Laravel better and it's really nice. Looking forward to working with it more. WordPress is so popular anymore that it's important to learn at least the classes like WP_Query, WP_Widget, WP_Ajax_Response, WP_User, wpdb, etc..
Free Premium Domain Lists and Tools at Clickmojo.com
I work on an older unsupported framework, but know people who work on and love CodeIgniter and Symfony
We did a review a while back of the frameworks and chose Symfony 2 to replace the archaic codebase, but that was at a previous job, and they imploded before we really got started.
Moved to a new job, and too busy to try and learn a new framework for shits and giggles.
PyroCMS is a nice simple CMS built on CodeIgniter if you just want a CMS
I've had a chance to review Laravel better and it's really nice. Looking forward to working with it more. WordPress is so popular anymore that it's important to learn at least the classes like WP_Query, WP_Widget, WP_Ajax_Response, WP_User, wpdb, etc..
Just as the Apache server spawned the APR (Apache portable runtime), which can be used for projects that have nothing to do with Apache, Wordpress could spawn the WP Framework. Wordpress would be just one application written on the framework. Wouldn't that be interesting.
For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627 Strongbox - The next generation in site security Throttlebox - The next generation in bandwidth control Clonebox - Backup and disaster recovery on steroids
Just as the Apache server spawned the APR (Apache portable runtime), which can be used for projects that have nothing to do with Apache, Wordpress could spawn the WP Framework. Wordpress would be just one application written on the framework. Wouldn't that be interesting.
WordPress has certainly been improving its codebase dramatically by refactoring and taking advantage of OOP and modern PHP. There are even CLI (command line) WP tools and wrappers for various frameworks.
Free Premium Domain Lists and Tools at Clickmojo.com
I haven't tried any frameworks because most times I can fully
learn how to use something just as fast as I can learn to use the "framework".
For example : I totally considered and tried FrontPage back in the day and after a
few minutes of it I thought I could learn HTML before I learned all the do-dads in this
Frontpage thingy. Now it may be true that I could have done more fancy things if
I had learned frontpage, but who really knows. And the biggest draw back was that
editing a Frontpage HTML by hand was super ugly!
I know no php what soever, where it the best place to start?
PHP 4 sucked major ass, and attracted "programmers" who sucked as badly. The suck language then encouraged them to write even suckier code. PHP 5.4 sucks a lot less, so be sure that whatever you learn from is based on at least PHP 5.2.
If you learn by studying 4.x compatible code, you will only be learning how to suck.
For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627 Strongbox - The next generation in site security Throttlebox - The next generation in bandwidth control Clonebox - Backup and disaster recovery on steroids
PHP 4 sucked major ass, and attracted "programmers" who sucked as badly. The suck language then encouraged them to write even suckier code. PHP 5.4 sucks a lot less, so be sure that whatever you learn from is based on at least PHP 5.2.
If you learn by studying 4.x compatible code, you will only be learning how to suck.
5.3+ has improved the language a lot. I wouldn't code below 5.3 these days and would most probably use 5.4.
Closures, namespaces etc. make it so much easier to use.
I haven't tried any frameworks because most times I can fully
learn how to use something just as fast as I can learn to use the "framework".
For example : I totally considered and tried FrontPage back in the day and after a
few minutes of it I thought I could learn HTML before I learned all the do-dads in this
Frontpage thingy. Now it may be true that I could have done more fancy things if
I had learned frontpage, but who really knows. And the biggest draw back was that
editing a Frontpage HTML by hand was super ugly!
advanced programmers use a frame work, their own or a modified standard.
Write once, use many.
Don't let greediness blur your vision | You gotta let some shit slide
icq - 441-456-888
Microsoft FrontPage (full name Microsoft Office FrontPage) is a discontinued WYSIWYG HTML editor and Web site administration tool from Microsoft for the Microsoft Windows line of operating systems.
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
Bonfire looks great. I haven't had a project to try it out with yet.
I'm thinking about building our unified evidence and infringement tracking system in it.
I built the first version of it in Filemaker but quickly outgrowing that platform.
I want to be able to integrate and spawn all of our custom data mining scripts from a unified system that will not only manage the data store of all our information but also integrate with the API's of Podio to feed data back and forth from our collaboration system.
So far CI + Bonfire looks like the best kickstart solution.
I never used an actual framework but I recently began looking into this more and realized I have been using a basic home brew framework for some of my larger coding projects. Frameworks are definitely awesome when lots of code and functions are involved.
Comment