clean create_phpfile + upgrade

This commit is contained in:
Dany De Bontridder 2010-09-18 23:54:09 +00:00
parent 0e5fcddfc1
commit 7c43261ce9
2 changed files with 40 additions and 3 deletions

View file

@ -233,7 +233,7 @@ $cn->rollback();
}
// @class_name@::test_me();
?>
"""
sChild="""<?php
/**
@ -357,7 +357,7 @@ $cn->rollback();
}
@class_name@::test_me();
?>
"""
sView="""<?php
/**
@ -432,7 +432,7 @@ class @class_name@
return $aobj;
}
}
?>
"""