Tagged Questions

A framework created by Zend

learn more… | top users | synonyms (1)

1
vote
0answers
64 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
0answers
55 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
1answer
189 views

Where should libraries be placed, in windows?

I have just moved from Linux to Windows, and I have to use the Zend library. Where should the library be placed? Directly on C drive Create a lib folder like C:/lib/ Create a lib folder in my user ...
1
vote
2answers
207 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
votes
2answers
1k 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
569 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 ...
15
votes
5answers
2k 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
204 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
237 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
685 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
154 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
150 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 ...
0
votes
2answers
193 views

git/svn Hooks for PHP/Zend Projects

just because i think we are not using the full potential of all possibilites here yet: What Pre/Post Commit Hooks (i.e. PHPUnit, PHPDoc) do you people use on your Team Git/SVN Servers? By now we do ...
1
vote
3answers
206 views

Getting start with Zend PHP framwork

I've been working with PHP for couple of months now. Learning online, copy paste some code from online tutorials etc. One major problem now is there are many unclean/unstable/unsecure/bad practice ...
2
votes
1answer
379 views

What does Symfony Framework offer that Zend Framework does not?

I have professionally working with Zend Framework for about a year. No major complaints. With some modifications, it has done a good job. I'm beginning to work on a side project where I want to ...

1 2
15 30 50 per page