Search code examples
phpphp4

How to get compatible with php4 in a framework developed with php5


How to get compatible with php4 in a framework developed with php5?

Thanks


Solution

  • If it's not too late you could use a framework like CakePHP or CodeIgniter that support both. Otherwise, it sounds like a losing battle that is not worth the effort.

    If you are developing something from scratch, I agree with the other answers PHP5 is the only way to go.