Revision [1189]

This is an old revision of GettingStartedDeveloping made by PhilDaintree on 2008-03-10 16:33:44.

 

Getting Started with PHP and webERP Development


With the source code available it is possible to make webERP do most anything... but you need to understand the program scripts that make up webERP. All these scripts use the PHP programming language... a tutorial on PHP programming is outside the scope of the webERP documentation but there is extensive information available and many online tutorials - I think I learned my first PHP off a tutorial on web-monkey - The main PHP web-site has a good tutorial also. I have also subscribed to and read many of the useful articles on Dev-Shed.

webERP is written with nice simple PHP - it had to be so I could understand it ... it is therefore not a bad program to learn some PHP with. Having read a couple of the articles above - there is no substitute for diving in. I would strongly recommend using an editor with syntax highlighting - this changes the colour and bolds keywords of the programming code so you can see what words are variables and what words are PHP functions etc as they are displayed in a different colour. I use Context Editor in windows there are probably better ones - but this is a free download and is small and fast - working on the same principles as webERP.... in linux I use geany or KATE - K Advanced Text Editor which comes with every distribution of linux. There are other Integrated Development Environments IDEs but I am a purist and these simple tools I have recommended suffice.

The manual describes the foundations for all scripts to give you a starting point to understanding the code. There are other resources under the Development section of this Wiki that help you understand which scripts use which tables and what each script does etc...

Valid XHTML :: Valid CSS: :: Powered by WikkaWiki