Generate migration from existed database in Laravel 4

Laravel supports migration function which help us manage database and collaborate with team members better. We write code to define schema...

Auto complete for Phalcon framework in Eclipse

Phalcon is a web framework implemented as a C extension , every Phalcon's fan know that. It mean we cannot view source code of framewo...

Install Phalcon & Phalcon developer tool in Ubuntu 13.10

I installed  Phalcon on Ubuntu 13.10 from   Official manual  and faced some problems may make beginner confused. I.  install Phalcon  F...

Config Apache 2.4 in Ubuntu

From Ubuntu 12.04 LTS, Apche have new version 2.4 which is different from 2.2 and below. The configuration hierarchy is listed in apache2...

TCPDF ERROR: Some data has already been output, can't send PDF file

I faced an error when exporting PDF file: TCPDF ERROR: Some data has already been output, can't send PDF file and found the answer: ...

Getting started with Nodejs

1.What is nodejs? Node.js is a software package consisting of a JavaScript engine and a number asynchronous input / output (I/O) librari...

Performance benchmark of popular PHP frameworks

A PHP framework gives you common structures to normalise web apps, assist productivity, reduce repetitive coding and create more stable si...