This topic is locked

From PHPRunner 3.0 to PhpRunner 4.1. Is it possible?

1/14/2008 6:12:12 AM
PHPRunner General questions
A
Anastasia author

Hello!

There are :

  • project file, created in 3.0 version
  • some custom code, including files such as "_custom.php" , files such as "list.php","add.php", where some changes were made and functions such as "CustomLayout()" written
  • some .php files, not generated with phprunner such as "start_menu.php" etc which could be just copied in output folder
  • pages such as "login.php" that must be overwritten
    All custom code there are in ...template/myproject/... folder
    Can I bring something from this or I have to rewrite everything?
    The main problem is : custom pages, where several sql queries to different tables executes (those tables have no relationship).

Alexey admin 1/17/2008

Anastasia,
you can open version 3.0 project file with PHPRunner 4.1 and build the pages without any problems.
However the modifications you made in "list.php","add.php" files won't work.

You need to rewrite them.