12
PHP in enterprise applications. Comparison of PHP5 Frameworks.
PHP5 Enterprise is common name for large, heavily loaded applications, visited by so huge amount of users who can not by handled by a single server. This large applications usually use open source libraries aims to alleviate the overhead associated with common activities performed in Web development. In PHP5, there are several sets of closely related libraries and frameworks.
This post describe speed and load tests of three popular PHP frameworks: Symfony Framework, Zend Framework and cakePHP. read more
18
Vim IDE and PHP / Symfony / Web develompment
VIM is very useful feature reach development environment. Its look & feel is beet different than other well known IDE. This difference is VIM power – it is extremely fast, has syntax highlighting, auto indent, bracket matching, code folding, etc.
VIM can work as the fastest professional development environment but requires from user change some of his habits. For the convenience of working with VIM you will need few free lessons (from vimtutor) a bit time and tips from this blog. After all you will work the most efficiently with the VIM, faster than in any other editor. read more
28
SVNManager on Debian
This howto describe installation process of SVNManager od Debian, should also work on Ubuntu. Howto based on http://redimp.de/(…)SVNManager.html.
First step is installation of apache2 and php5, it won’t be describe here.
Next step is installation of necessary packages
pear install -f -o VersionControl_SVN
13
Auto repair XHTML code with PHP
To automaticaly cleanup and repair xhtml code (ex. from textarea or input tag) use Tidy extesnion for PHP.
Sample broken code which can be fixed
to valid XHTML:
Simple function which repair wrong code: read more
29
Xdebug truncate var_dump output
By default Xdebug truncate long var_dump output. To turn off this feature edit php.ini or xdebug.ini and add there:
read more
19
Instaling Xdebug (PHP5 Debian)
To install Xdebug (as PECL extension) on Debian Linux you should take the following steps:
read more


