YII vs Zend Framework [closed] - zend-framework

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
HI Folks!
I developed my early projects using Zend Framework.
I was having a look over YII Framework.
After spending few moments it was looking good and similar to Ruby On Rails.
Has anyone else evaluated it?
Is this a good bet to go?
Please provide your valuable feedbacks.
Thanks in advance.

Related

startup project for learning mongo db [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to learn mongodb.
what could be a simple project as a start to learn MONGODB??
Please provide your views.
Thank You.
Check 10gen's websites (mongodb.org and 10gen.com) for tutorials and use cases. Either of these might be good to start with:
https://www.10gen.com/presentations/mongodb-stockholm/2012/building-your-first-mongodb-application
http://docs.mongodb.org/manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine/

A good guide book or API doc for iTextSharp? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anyone suggest me a a nice book or API document for iTextSharp , I have been struggling while understanding the lib and have resorted to a hit and try methodology which is extremely irritating and time consuming.
Have a look at the series of articles about iTextSharp http://www.mikesdotnetting.com/Article/80/Create-PDFs-in-ASP.NET-getting-started-with-iTextSharp

New or Old Non-MVC PHP Frameworks [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I know this has been asked way too many times... But I am in search of a non-mvc-based PHP framework. My only requirements are that it be stable enough, and not one that can be easily found (meaning that if it can be easily found, then I've probably already found it, and don't like it)
Any help is appreciated
Thanks!
Check out Fat Free - can be used in an MVC way or not - super flexible, but needs PHP 5.3+ to run.

Zend Framework Resources [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
im a beginner to Zend Framework!
i want resources for learning,tutorials and etc. for ZF.
is there anybody here to help me? :)
http://framework.zend.com/manual/en/learning.quickstart.html
http://akrabat.com/zend-framework-tutorial
http://www.zendcasts.com
http://devzone.zend.com/
http://www.survivethedeepend.com/
and, of course:
https://stackoverflow.com/questions/tagged/zend-framework
I also recommend the mailinglist:
http://zend-framework-community.634137.n4.nabble.com/
this blog:
http://zendguru.wordpress.com/
the zf snippets:
http://www.zfsnippets.com/
the zf forums:
http://www.zfforums.com/
the tutorials (some are very old, some are useless, few are helpfull):
http://www.zftutorials.com/
... and my website :) which is pretty new and doesn't have a lot of content, but i will add more during the next weeks / month ;)
http://www.chris.lu

How can I properly implement JPImagePickerController in my code? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've had some issues trying to get the JPImagePickerController working in my code.
Anyone find any guides on how to do it (I can't find a single one)?
Thanks.
The Demo worked fine for me... check it out. You could also download the actual source and play around with it if you are having troubles.