![]() |
|
|||||||
| embarcadero.public.delphiphp.documentation If you have any documentation bugs to report or suggestions to improve the product documentation in Delphi for PHP, this is the place. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
In no particular order:
* New instance variable in Page object similar to ASP.NET IsPostBack * PEAR data grid more VCL like (no more dsn property but Database component reference in object inspector) * A property in visual control to remove "_outer" DIV used for positioning. * Complete support for ActiveRecord pattern (ADODB have a nice implementation but is not so complete) with some specific component for "bind" to an array of ActiveRecord's object * Some standard "scaffolding" like Ruby on Rails (including some IDE expert for direct support to RoR clone (CakePHP, Trax and so on)). I'm designed a small system for this, it's very simple to use and could be included into Delphi for PHP IDE using included ActiveRecord implementation, but a complete system (Cake o trax) will be mutch better. * A method to remove a form from session like following function RemoveSessionForm($formName) { foreach($_SESSION as $key=>$value) if (preg_match('/(comps|vclapp|insession)\.'.$formName.'/',$key)) unset($_SESSION[$key]); } * A property in Component like ASP.NET "EnableViewState" to enable/disable dump of component property into session. * A VCL for PHP designed for mobile application I'm used Delphi for PHP for many *BIG* and *CRITICAL* projects, and this is my (incomplete) wish list. Someone are agree with me? |
| Sponsored Links |
|
|