Delphi For PHP Forums    


Go Back   Delphi-PHP Forums > Delphi4PHP NNTP Newsgroups > embarcadero.public.delphiphp.documentation
Forum Jump Register FAQ Members List Downloads Search Today's Posts Mark Forums Read

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.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 3rd November 2007, 00:49
Daniele Teti
Guest
 
Posts: n/a
Default My (incomplete) wish list for Delphi for PHP

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 05:51.




Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Copyright © 2004 - 2009, G&J Solutions Ltd. All Rights Reserved. terms of use