Compress and Decompress Using Zend Library (Zip, Rar, Bz2, Gz, Lzf, Tar)

Zend Framework 1.10 allows you to perform files/folder compression and decompression, all types of compression methods are available. These features are available in standard set of filters from Zend_Filter. Its really easy to create an Archive with the php_zip extension. … Continue reading

Posted in PHP | Tagged , , , , , , , , | 1 Comment

Common methods for indicating important comments

Some common methods for indicating important comments are TODO, BUG, KLUDGE and TRICKY. You can try this in any language, I’m using this in Action Script, PHP, Flex and Javascript and CSS also . 1 . // :TODO: Description Indicates … Continue reading

Posted in Flash, General, Javascript, PHP, Programming | Tagged , , , , , , , , | Leave a comment

Syntax highlighting of a file using php highlight_file function

Prints out or returns a syntax highlighted version of the code contained in filename using the colors defined in the built-in syntax highlighter for PHP. Care should be taken when using the highlight_file() function to make sure that you do … Continue reading

Posted in PHP | Tagged , | 1 Comment

The Core of PHP

Recently I had some study about the PHP. It is my favorite language from C. I really want to know what exactly happening inside the PHP. Ok, here are the information. As you know the PHP is written in C. … Continue reading

Posted in PHP | Tagged , , , | 9 Comments

Desktop application development with PHP and Qt!!!

Qt have the language binding option so we can bind PHP also, in PHP 5 the OOP’s concept make it easy  you to write such an application like Calculator, System Tay. You can downloadPHP-Qt from here.

Posted in PHP, Qt | Tagged , , , | 2 Comments
Page 1 of 612345...Last »