phpBlamework php framework reference documantation |
miscLibrary for work with others. It contains function for work with xhtml and http headers, some convert functions etc. There are some global variables which are use all over the framework. Release: $Name: $ Edit by: $Author: mcbig $ Edit Date: $Date: 2007/01/02 16:13:12 $ Version: $Revision: 1.4 $ Summary
html_reload
Call html_reload_url function with index.php address.
If you want send some yours GET variables, remember to & which must be write as & not as & ! html_reload_view
Call html_reload_url with address index.php and GET variables, which are actual send to server. PopStatus
Return buffer StatusBar from _SESSION and clear it. Buffer is in _SESSION cause after some Status can be call html_reload. |
function Start_err()
Simple hack when php has no gettext support
function _( $isText )
Base header of page
function html_header( $isTitle )
Header of page for printing todo: stylesheet could be changeble via another functions (user print skins)
function Header4Print( $isTitle )
function html_end()
Html end with line (class=”line”) and some text.
function html_end_line( $isUnderLine )
function OpenPrint()
function CenterObject( $isHtmlObject )
Send HTTP header to browser with new Location, so this is redirection without javascript.
function html_reload_url( $isPage )
Call html_reload_url function with index.php address.
function html_reload( $isGet = '' )
Call html_reload_url with address index.php and GET variables, which are actual send to server.
function html_reload_view()
Return buffer StatusBar from _SESSION and clear it.
function PopStatus()
function MinimalizeText( $text, $lengt, $adding = '...' )
function EditSplashs( $Text )
function nl2br2html( $Text )
function EntityViewFce( & $iaRow, $inKey )
function GetSelectInput( $iaOptions, $irId )
function Time2DB( $inTime )
function DB2Time( $isTime )
function Time2Human( $inTime )
Compare user rights with $icRight.
function CheckRights( $icRight )