Archive for 'Padding'

Sencha Forms For Connecting With PHP

The following code snippet will create an EmployeeCreateForm in sencha. Try this out:

This will create a list integers. On reaching the end of list next 10 will be loaded into list. This is efficient way to load chunks of items in a long list.

Incoming search terms:

  • android listloader
  • loader android infinite

Use of str_pad in php

This functions returns the input string padded on the left, the right, or both sides to the specified padding length. If the optional argument pad_string is not supplied, the input is padded with spaces, otherwise it is padded with characters from pad_string up to the limit.