A framework created by Zend

learn more… | top users | synonyms (1)

-3
votes
1answer
95 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
170 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
210 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
292 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
93 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
271 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
285 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
4k 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
675 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
6k 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 ...
1
vote
2answers
248 views

Why should I use Zend_Application?

I've been working on a Zend Framework application which currently does a bunch of things through Zend Application and a few resource plugins written for it. However, looking at this codebase now, it ...
2
votes
3answers
363 views

Is anyone here Zend certified? Do they recommend it?

For the amount of web developer job interviews I've been to, I'm somewhat surprised that no one has brought up Zend certification. Has anyone ever been certified before, or is it a waste of ...
9
votes
1answer
819 views

Multiple Zend application code organisation

For the past year I have been working on a series of applications all based on the Zend framework and centered on a complex business logic that all applications must have access to even if they don't ...
1
vote
2answers
187 views

Could I learn more about programming from deconstructing drupal rather than continuing with ZF?

When I was deciding how to go about learning to design PHP web applications, it made sense to sort of shoot toward the middle and go with Zend Framework so that I could be closer to the lower level, ...
4
votes
3answers
163 views

career development strategy for complementing 0+ years of OO PHP

I started programming in PHP sometime before last Christmas. Before that, I had done some development with Access/VBA (1-2 years). I have a BA in Art History and a masters in Music Composition. I've ...

1 2
15 30 50 per page