php to java connector , where to find good one -
php to java connector , where to find good one -
i want utilize powerfulness of java end . i'm using legacy php front end end . know there used php java connector 1 time deprecated . know there php - - java connector using tomcat back-end , xml protocol . not me . there extension based connector ? (fast direct jvm ).
the code dosn't related question , way send it
public function connecttodb($db_name) { $selecteddbconfig = config::getselecteddb($db_name); dbfactory::getdbconnection(config::db_type_mysql,$selecteddbconfig["host"], $selecteddbconfig["db"], $selecteddbconfig["user"], $selecteddbconfig["pass"]); }
have quercus project. php implemented in java , running in application server. maybe fits needs.
java php
Comments
Post a Comment