Relative Content

Tag Archive for zend-framework

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.

Unit-testing functions without business logic (only checks) [duplicate]

This question already has answers here: Is it useful to unit test methods where the only logic is guards? (5 answers) Closed 11 years ago. 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 […]

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 operations.

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 operations.

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 operations.