Posts Tagged ‘PHP’

Disable symfony web debug for controller action

\sfConfig::set(’sf_web_debug’, false);
Helpful when running upload in dev ENV.

WSO2 WSF PHP installation issues

Since WSO2 WSF PHP is the only library that supports file attachements and WSDL generation we decided to stick on this.
That was really hard to compile and have it working, may be because of we tried to do that on Mac OS.

Download and extract WSO2 WSF PHP in right place initially since it use initial [...]

Zend Server on Ubuntu

Zend Debugger
Zend Core comes complete with the option to enable remote PHP debugging and profiling of Web applications.
Source: http://files.zend.com/help/Zend-Core/studio_server.htm
Zend Server
sudo vim /etc/apt/sources.list
add “deb http://repos.zend.com/zend-server/deb server non-free”
wget http://repos.zend.com/zend.key -O- |apt-key add -
aptitude update
aptitude install zend-server-php-5.3
Source: http://files.zend.com/help/Zend-Server/zend-server.htm#deb_installation.htm

Drupal rocks!

Currently we are working on social project. The platform that we are using is PHP/MySQL/Drupal.
I’ll list all modules that used to build this website.

Magento As Development Platform

My company just got new project making enhanced auction platform.
Requirements are very complex - lot of use cases.
Architecture discussed and clean, the problem is technology. .NET/MSSQL vs PHP/MySQL.
Client likes cheaper solution, but it depends. Here we have two criteria - expenses on development and expenses on support and hosting.
.NET development will not take so much [...]