Workstation Platform Template Documentation

TemplateEngineFunctions we currently use Flexy Templating Engine available from pear made by alan Knowles, although to suit our needs we have extended the system to provide extra functions which are listed here

Our Category's

Category:HowTo

Category:Install

Category:linuxAdmin

Category:Apache Admin

Category:ZendStudio

Category:ZendServer

Category:workstation_javascript


Category:Workstation Standards & Docs

New Wiki Pages

  • 22:45, 25 January 2010 ‎TemplateObjectLogic (hist) ‎[469 bytes] ‎Paul (Talk | contribs) (Created page with '== logic.alt(#key#) == returns a or b alternately for css styled table rows and stuff like that == logic.count(#key#) == returns a string starting from 1 increasing with each cal…')
  • 22:29, 25 January 2010 ‎TemplateObjectFormat (hist) ‎[184 bytes] ‎Paul (Talk | contribs) (Created page with '== format.ucwords() == == format.ucword() == == format.spruse() == == format.uppercase() == == format.lowwercase() == == format.money() == == format.cut() == == format.tim…')
  • 22:14, 25 January 2010 ‎TemplateObjectLink (hist) ‎[1,086 bytes] ‎Paul (Talk | contribs) (Created page with '== Website URL Links == '''''link.url(#page#,#param1#,#param2#,#param3#,#param4#)''''' the url function will take one full url or a page name and url upto 5 parameters <code> …')
  • 21:29, 25 January 2010 ‎TemplateEngineFunctions (hist) ‎[345 bytes] ‎Paul (Talk | contribs) (Created page with '== Template Function Objects == TemplateObjectLink provides functionality for creating and modifying links TemplateObjectFormat provides string formating features [[Te…')
  • 13:46, 9 December 2009 ‎Mod Rewrite (hist) ‎[1,402 bytes] ‎Paul (Talk | contribs) (Created page with 'here are a few ModRewrite tips and tricks i suppose, in fairness its more of a reference guide for me when making new rewrite rules than public help docs, but i hope it may help …')
  • 14:30, 12 November 2009 ‎PhpDocs Help (hist) ‎[12,315 bytes] ‎Paul (Talk | contribs) (Created page with ''''PHPDoc''' is an adaptation of Javadoc for the PHP programming language. It is a formal standard for commenting PHP code. It off…')
  • 14:34, 5 October 2009 ‎Workstation Templating Templating Docs (hist) ‎[134 bytes] ‎Paul (Talk | contribs) (Created page with '== Global Template Data == {store_config[*data-handle*]} {company[*data-handle*]} == Auth Template Data == {user[*data-handle*]}')
  • 14:59, 23 September 2009 ‎Workstation JavaScript AutoTab + Filter (hist) ‎[3,741 bytes] ‎Paul (Talk | contribs) (Created page with 'Category:workstation_javascript == Masked Input Plugin == '''Javascript Include:''' <pre>{function.javascript(#jquery.maskedinput.js#)}</pre> '''CSS Include''' not needed …')
  • 14:05, 23 September 2009 ‎Workstation JavaScript PostcodeLookup (hist) ‎[1,639 bytes] ‎Paul (Talk | contribs) (Created page with '== Masked Input Plugin == '''Javascript Include:''' <pre>{function.javascript(#jquery.maskedinput.js#)}</pre> '''CSS Include''' not needed for this plugin '''Example Usage:'…')
  • 13:57, 23 September 2009 ‎Workstation JavaScript MaskedInput (hist) ‎[1,021 bytes] ‎Paul (Talk | contribs) (Created page with '== Masked Input Pluging == <pre>{function.javascript(#jquery.maskedinput.js#)}</pre> <pre> $(function($){ $("#date").mask("99/99/9999"); $("#phone").mask("(999) 999-9999")…')
  • 12:14, 23 September 2009 ‎Workstation JavaScript library (hist) ‎[255 bytes] ‎Paul (Talk | contribs) (Created page with '== Avalible JavaScript Frameworks == Jquery')
  • 12:13, 23 September 2009 ‎Workstation (hist) ‎[214 bytes] ‎Paul (Talk | contribs) (Created page with ' == Workstation Developer Documentation == a collection of information about the available features for a developer with workstation Workstation_JavaScript_library ')
  • 13:16, 21 August 2009 ‎ZendServer phpunit problems (hist) ‎[2,465 bytes] ‎Paul (Talk | contribs) (Created page with 'Category:ZendServer == Problem == trying to install PHP unit on zend server gives me an error like <pre> /usr/local/zend/bin/pear install --alldeps phpunit/PHPUnit phpunit…')
  • 18:15, 18 August 2009 ‎Linux file managment (hist) ‎[420 bytes] ‎Paul (Talk | contribs) (Created page with 'Category:linuxAdmin == Navigate Filesystem == '''cd''' cd on newer linux systems works with both relative paths and absolute paths == Basic File Moving Commands == '''m…')
  • 11:15, 11 August 2009 ‎Phpundercontrol install (hist) ‎[5,639 bytes] ‎Paul (Talk | contribs) (Created page with '== Guide Info == Source: [http://blueparabola.com/blog/installing-phpundercontrol-debian-etch blueparabola.com] Author: Matthew Turland == Guide Content == I was entasked re…')
  • 17:18, 10 August 2009 ‎ZendServer broken pear net (hist) ‎[727 bytes] ‎Paul (Talk | contribs) (Created page with '== ZendServer Pear Issues == version 4 of the zend server actually ships out with a broken reg file for the pear.php.net channel meaning no pear packages can be installed giving…')
  • 17:04, 10 August 2009 ‎HowTo:Zend Studio phpunit support (hist) ‎[604 bytes] ‎Paul (Talk | contribs) (Created page with ' == Problem == i am trying to use PHPUnit but when i goto the PHPUnit settings there is no library path and the input box wont let me type one in == Soultion == to add it in…')
  • 14:30, 7 August 2009 ‎Workstation:Template Design Layout basic (hist) ‎[1,109 bytes] ‎Paul (Talk | contribs) (Created page with '== Basic website design layout == Workstation is fairly simple to integrate new site designs into, at its ''most basic'' level all you have todo is create 2 files. <pre> overal…')
  • 14:20, 7 August 2009 ‎Workstation:Templating (hist) ‎[341 bytes] ‎Paul (Talk | contribs) (Created page with '== Workstation Templating System == Workstation uses a hybrid template system dubbed "HaXeY" (Ha stands for High Availability) its a derivative of the Flexy Templating system th…')
  • 11:42, 6 August 2009 ‎HowTo:Zend Studio install ubuntu amd64 (hist) ‎[977 bytes] ‎Paul (Talk | contribs) (Created page with '== Zend Studio 64bit Linux Install Instructions == Zend studio for linux is a 32 bit application, so running on a 64bit based Ubuntu requires some working around. first downloa…')
  • 19:08, 5 August 2009 ‎WorkStation:Requirements (hist) ‎[4 bytes] ‎Paul (Talk | contribs) (Created page with 'test')