A framework created by Zend
2
votes
1answer
109 views
How to find classes that use certain DB tables
Problem:
I'm asked to prepare a document where all our DB tables are listed and I'm supposed to list all Controllers that uses these DB tables for read and another list for Controllers that do write ...
0
votes
0answers
4 views
Authentication using MongoDbODM Module [migrated]
I'm trying to set a login(Authentication) using Zend2 and DoctrineODMModule but I am getting an error.
I have followed the tutorial to setup the Authentication of Zend2 with doctorineODMModule on
...
0
votes
0answers
85 views
Zend Framework 2 - Keeping all the models and mappers in Application module?
I am in process of planning web application by following the best practices and approaches of software development. I am building this application using zend framework 2 and going through its ...
0
votes
0answers
84 views
Model design used in Zend Framework 1.8 Web application development
I am currently reading Zend Framework 1.8 web application development by Keith Pope. In this book an application called storefront which is a shopping cart is being built. But I am not able to ...
4
votes
1answer
88 views
Difference between Zend Framework & Zend Server?
The title tells everything about my question but still let me elaborate to clarify : I know very well about the ZEND Framework but what about the Zend server?
Does it work like Apache server or ...
-3
votes
1answer
142 views
PHP certification [duplicate]
I am in the middle of a computer science conversion masters and am trying to go down the php route(with CSS/javascript/HTML/ thrown in).I have a month off in the summer and am thinking of doing the ...
1
vote
3answers
236 views
Unit-testing functions without business logic (only checks) [duplicate]
My team is trying to find out the best way to test one of our components; the main scope is to check if the user/actor has the right to complete the operation requested. The component is formed by ...
5
votes
3answers
239 views
Why does Zend discourage “floating functions”?
Zend's Coding Standard Naming Convention says
Functions in the global scope (a.k.a "floating functions") are permitted but discouraged in most cases. Consider wrapping these functions in a static ...
3
votes
1answer
449 views
Calling MSSQL stored procedure from Zend Controller ? Any other approaches?
MSSQL and DB, Zend as PHP Framework,
I am using this way to call SP with I/P Parameters and to get O/p Parameters.
It seems I am writing SQL code in PHP.
Any other good approaches?
$str1 = ...
0
votes
1answer
116 views
Zend Framework View Helper Composition
So I'm reviewing a piece of code that is a perfect candidate to be abstracted away into a view helper. However at the moment, the piece of code uses two other view helpers to get the final display.
...
3
votes
2answers
273 views
Where should libraries be placed, in windows?
I have just moved from Linux to Windows, and I have to use the Zend Framework library. Where should the library be placed?
Directly on C drive
Create a lib folder like C:/lib/
Create a lib folder ...
1
vote
2answers
317 views
PHP common uses for the Command Line
I started with PHP a little while ago. I've been doing a lot of tutorials, practice sites, etc. and it's going great.
One thing I like about PHP is how easy it is to get started (downloading WAMP and ...
1
vote
2answers
5k views
Learning Zend Framework 1 or 2?
I have programmed for a few years in php and now I'm going to learn zend framwork.
Zend is very popular and there are a lot of tutorials, books and documentation out there. But I saw in the last ...
14
votes
7answers
792 views
How do you keep track of large projects?
When dealing with a project that has many different files, I always seem to loose track of how the parts interact with one another. I've never really had much of a problem understanding smaller ...
19
votes
7answers
8k views
Why is Zend Framework so complicated?
I am web developer and have experience of developing several web applications in PHP. I have an idea of developing a product for myself and decided to use a MVC based framework because I really like ...