New or Old Non-MVC PHP Frameworks [closed] - frameworks

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.

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/

YII vs Zend Framework [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.
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.

Good practices for building web application that can later have and mobile(Android/iPhone) version [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 you advice me a book or something else containing good practices about how to build/structure a web application in a way that will be easy to extend it with an Android/iPhone version later.
I am currently trying to get into Django so it will be nice if the practices are related to it, but every hint will be appreciated.
I would suggest just doing Model-View-Controller. If you put all your logic into your controller (which you should), going from a web based application to a mobile one is just writing a new view.

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.