Benvenuti

Rapyd è un framework PHP5 pensato per realizzare applicazioni basate sul pattern di programmazione CRUD (Create, Read, Update, Delete).
Fornisce un set di componenti / classi che aiutano nello sviluppo "rapido" di applicazioni web.

La sua sintassi è semplice, orientata alla costruzione di semplici Interfacce grafiche per operare sui dati con poche linee di codice.
E' compatto (≈50 file) e discreto (non causa conflitti, non genera errori, ecc..).

Gestionali, Intranet e Aree amministrative necessitano di un application framework per gestire form, filtri, griglie di dati.
Rapyd puo' essere una soluzione leggera, anche se usate già un framework, puo' essere incluso come libreria.

SVN revisions (from trac)

rev. date author message
142 2008-06-27 09:12:28 felix service commit, optional javascript "confirm()" support for action buttons... to be extended / moved to all
141 2008-06-27 09:07:29 felix service commit, alignment from production; checkbox-group with serialization and many to many rel support
140 2008-06-09 01:57:10 felix we have some problem on pagination with nested DG. changed per_page to 20 on master-detail demo, I'll fix asap
139 2008-06-08 15:42:33 felix finally a sample of master detail is out, still not perfect and a bit verbose
138 2008-06-08 15:36:01 felix form tag not shown in "show" status, so css need a fix
137 2008-06-08 15:30:43 felix strong enhancement nesting datagrids inside dataedits
136 2008-06-08 14:41:47 felix fix on nest() function
135 2008-06-08 04:12:54 felix mysqli driver contributed by Mike
134 2008-06-08 02:22:50 felix container field support in dataform view
133 2008-06-08 02:22:05 felix container field placeholder replacement. Usage: $edit->nest($field_id,$grid)
132 2008-06-08 00:21:57 felix container field is a placeholder in a form to "nest" other widgets (or custom output) like datagrid. so master-detail can be more easy and widhout "ifames"
131 2008-05-28 16:14:07 felix dataform sample (with mask)
130 2008-05-28 16:12:09 felix minor fix on some rules from production env.
129 2008-05-28 16:11:30 felix jquery mask on input fields (fix)
128 2008-05-27 14:04:28 felix new grid sample "DataGrid+Actions" (checkbox column + action button)
127 2008-05-27 14:02:16 felix attribute fix on checkbox-column
126 2008-05-27 14:01:32 felix fix on action_button (checkbox-column submit)
125 2008-05-27 13:58:58 felix minor cleanup
124 2008-05-18 03:25:04 felix notice fix on textarea field (undefined var)
123 2008-05-17 09:02:36 felix label fix
122 2008-05-16 15:00:40 felix datasetfix (to use arrays instead db-driven source)
121 2008-05-14 15:12:36 felix spyc library (sorry, I forgot "recursive" option in the past commit)
120 2008-05-14 15:12:11 felix jquery & maskedinput (sorry, I forgot "recursive" option in the past commit)
119 2008-05-14 15:09:48 felix link fix
118 2008-05-14 15:07:50 felix demo of yaml support
117 2008-05-14 15:05:33 felix support to load components config from yaml files
116 2008-05-14 15:04:08 felix spyc (tiny yaml parser) added
115 2008-05-14 12:11:48 felix jquery & masked input plugin added,
114 2008-05-11 04:53:40 felix alignment with productuon env
113 2008-05-11 04:53:29 felix alignment with productuon env