Pratamaputra’s Weblog

Just another WordPress.com weblog

Rapid Web Application Development

leave a comment »

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.

Advertisement

Written by pratamaputra

June 2, 2008 at 2:28 pm

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.