Pratamaputra’s Weblog

Just another WordPress.com weblog

Archive for the ‘Programming Codes’ Category

Rapid Web Application Development

without comments

Case : Building HR system, including employees data, relate to structural organization chart and access right, payroll, attendance, leave, overtime, and performance. All those should be created in 2 days, starting from scratch.

Solution : Use framework, since it will speed up your development time. Because you don’t have to deal on form’s object and their property.

For example, a select option tag. While editing saved data, you need to show a previous saved data using select object. If you plan to build on php scratch, than you’ll need to iterate from all select’s option, compare it with last saved value, and add “selected” label on option that fit with your last saved.

Mmm, .. it is more easy to use delete data and reinsert to replace edit. Mmm, .. but you need to keep ID information … yea, you can’t user delete-than-insert method to replace edit.

Written by pratamaputra

June 2, 2008 at 2:28 pm