Questions tagged [zend-framework]

Zend Framework (ZF) is an open source, object-oriented web application framework implemented in PHP 5.

Zend Framework features include:

  • All components are fully object-oriented PHP 5 and are E_STRICT compliant
  • Use-at-will architecture with loosely coupled components and minimal interdependencies
  • Extensible MVC implementation supporting layouts and PHP-based templates by default
  • Support for multiple database systems and vendors, including MariaDB, MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, SQLite, and Informix Dynamic Server
  • Email composition and delivery, retrieval via mbox, Maildir, POP3 and IMAP4
  • Flexible caching sub-system with support for many types of backends, such as memory or a file system.

Source: wikipedia

72 questions
0
votes
3 answers

How to access localhost virtual server from another PC in network

we have more PCs in a network. There is an intranet application running on one of the se PCs under virtual server: DocumentRoot "D:\data\o\application\root" ServerName application It is a Zend Framework…
Richard Knop
  • 1,089
  • 2
  • 19
  • 33
0
votes
1 answer

Why do I see long PHP/Apache requests when actual code execution is only 25% of the total request?

I've recently installed Zend Server 5 to take advantage of doing some code traces while improving performance in some areas of my app. I've been looking through some of my code traces where there are long request times. Sometimes I see long REQUEST…
user48951
0
votes
2 answers

Good Hosting Providers With Zend Framework Support

I currently use ixwebhosting for my hosting services. They're cheap and work (most of the time). The databases are horribly slow, the servers are horribly slow, and their support (though usually prompt) is tough to deal with. That being said,…
manyxcxi
  • 157
  • 3
  • 3
  • 8
0
votes
1 answer

i get 500 error on http://localhost/zftutorial/public

Hi I new in Zend and Lamp, my software: Zend Framework, Ubuntu10.04,Lamp. I made my first Zend Project with Zend tool (according this tutorial http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework.pdf) But when i go to …
Ben
  • 765
  • 4
  • 8
  • 17
0
votes
3 answers

Problem setting up Zend Framework to run with Netbeans

I am trying to get Zend Framework working with netbeans, but every time there is the error "php.exe"' is not recognized as an internal or external command, operable program or batch file. I am using WAMP server 2.0 it is installed in e:\wamp My…
Starx
  • 259
  • 1
  • 3
  • 12
0
votes
2 answers

Granting read-write rights to my web application on VPS

Am currently testing a bulk CSV import functionality web application and I came across a error The given destination is not writeable My application is zend based and uses the MVC…
davykiash
  • 161
  • 1
  • 7
0
votes
3 answers

Zend Framework buitl-in ubuntu 9.10 server

anyone know if the Zend Framework is built in Ubuntu 9.10 server edition ? if yes, how to check it from command line?
redcoder
0
votes
3 answers

What is a proper server for this website

We are using zend framework, doctrine on our website, that will have the minimum of 2000 users daily, please consider that we prefer that the server has opcode caching. And any available technology that speeds up php performance. We have heard that…
zaidfarekh
0
votes
1 answer

Ubuntu add commands to the bash

I am using the Zend Framework. Lately I installed the last version of the ZF. I try to use zend tool from a terminal in ubuntu. When I do ZF show version I still see version 1.9.6. How can I make sure that the ZF command will use the latest…
sanders
  • 103
  • 2
  • 12
0
votes
2 answers

How to install zend framwork zend-soap on

I am trying to install a package using composer. It fails with the error message below. Problem 1 - zendframework/zend-soap 2.7.0 requires ext-soap * -> the requested PHP extension soap is missing from your system. -…
user1794918
  • 103
  • 4
0
votes
2 answers

problem with enableing apache mod rewrite on xampp

I'm trying to enable the mod rewrite on apache for xampp, I've uncommented the code LoadModule rewrite_module modules/mod_rewrite.so also I have the AllowOverride All as well but it's still not working, I get the error 400 which says Bad…
amir
-1
votes
1 answer

Load balancing not possible with Zend Framework due to MySQL Adapter Error

I recieve the following error message when I set up load balancing between two servers that are running the zendframework called "SocialEngine" As it looks there is a problem that I can't connect twice to my DB-Server, how can I handle this…
1 2 3 4
5