Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
There's a good 2-part series on ASP.NET for PHP Developers on http://net.tutsplus.com which is the opposite of what I'm looking for.
Is anyone familiar with something similar going the other direction, PHP for ASP.NET developers?
I know there is lots of information out there for PHP but I like the format for the article above.
This isn't exactly an answer, but worth noting. I've found that looking at source code for existing projects can be a valuable resource. To that end, try CakePHP, Drupal, or even Wordpress. I'm partial to Cake, myself, so maybe try reading this article which answers the question of WHY, oh why, you'd tinker with existing/working code :)
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any PHP framework that can be used to build online notes taking tool. like Spring pad. So, that i can install in local server and access it.
Your requirement is to make a Online Notes Taking Tool.
This could be done in any Framework.
Look at CakePHP, CodeIgniter or any frameworks.
You need to be very specific as to what are you looking at.
Moreover, there is nothing specific that only one Framework could achieve.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I really enjoyed Rails for Zombies and the myriad of online courses teaching Rails.
This is the best way to learn for me: jump right in with a project and a reference book basically.
Is there a PHP course out there like that that you can recommend?
PS. I'm interested in making themes/plugins for Wordpress but I find that my knowledge of PHP itself is pretty weak, so it'd be neat to do some novice course.
I haven't actually used this site, but it appears to be similar to RfZ based on using video as the delivery media:
http://www.phpvideotutorials.com/free
As a note, some content is free and some is not.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can someone please recommend a good CRM system? If this question should not be asked here, please let me know where to ask it as I thought this was the best place.
After checking out a few cloud-based services, we chose CapsuleCRM because of its easy integration with our cloud-based accounting system (Xero). We did have a look at Zoho too.
And you're right, this is not the place to ask this question - perhaps try superuser, but I'm not sure. Also not sure why you've used those other tags for this question.
How about vtiger http://www.vtiger.com/
This is new and pretty simple - Onekloud CRM.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking into freelancing PHP projects on my spare time so I'm revisiting my rusty PHP skills. I believe contributing to an open source project could refresh me quickly. Also, if you have other suggestion please feel free to suggest. Thanks!
Drupal , Kohana or silverstripe
Also check out Laravel - Its a rails like php framework thats been gaining a lot of traction lately.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Does anyone know of a good tool for cleaning up/formatting PHP files? I'd need something that can handle HTML with < ?php ?> tags, as well as pure PHP files. Ideally, I'd like a Maven mojo, since the rest of my code is being generated by Maven already.
Haven't worked with php for a while now, but I remembered using PHP Beautifier
I haven't really found any completely satisfactory solution yet, but I'm comparing several options, now. I'll be documenting my progress on my blog, if anyone's interested in the future.