-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zend Framework #44
Comments
I would appreciate any help :) @kapilsharma Ping me if any questions. I have ZF1 experience in the past, so I can help :). |
Great @komarserjio |
Looking forward for the PR :) |
Also we need to add wrapper to index.php to make in runnable by php built-in web server. |
This looks like a solution http://arr.gr/blog/2012/08/serving-zf-apps-with-the-php-54-built-in-web-server/ |
Yes @komarserjio I'll try that once basics functionality is done. Got little busy. We have had code night in office yesterday and while working on an issue we discovered a bug in ZF1 view helper. Applied patch on official project but this weekend working on its patch for ZF, and if accepted, will be my first contribution to ZF1. I'm planning to do it is as follow:
Keeping one weekend as buffer for unexpected/unplanned personal/family things, I am expecting to finish it by 16th August, including PHP in-build server. Does it seems good to you? |
Perfect, looks very ambitious! Good luck with your first contribution to ZF 😄 |
Hey @kapilsharma. How is it going? :) Do you need any help? |
Hi @komarserjio. Sorry for late reply. Last weekend, i created template, finished starting docs, phpunit and db migration. This weekend, I'll finish auth and most pages. You can check latest status on my fork. Except few files, most things pushed to fork. If needed, I can send pull request, and work further from this repo. If you are free, you can help with docs and php units (working or incomplete) |
Create pull request when you have more or less working prototype and we'll continue work together in the main repo. |
READMe page mention Zend (Framework) is in progress but it do not mention if it is ZF1 or ZF2.
If it is ZF2, I'd like to suggest (or even contribute) ZF1.
It might seems ZF2 is more preferred but ZF is used for enterprise applications. Although ZF2 is preferred for any new project, ZF1 projects could not be migrated to ZF2 without major rewriting, therefore are lot of ZF1 enterprise projects and I'm still working on one. If current ZF project is ZF2 project, I'd like to contribute to ZF1 branch.
The text was updated successfully, but these errors were encountered: