CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Wishes

 Extension of classes by automatic include

Print topic Send  topic

Author Message
andreashorn

Posts: 4
Posted: 01/08/2006, 1:19 AM

Hi YesSoftware,

my wish is to have an include to expand classes (example in php5)

<?php
// automatically created by IDE
class class01
{
public $var01;
// next vars

// start of class extension for new vars and new functions
@include("my_class_extension_file.php");
// end of class extension for new vars and new functions

function function01
{
// code
}
// next functions
}
?>

<?php
// my_class_extension_file.php
public $my_var01;
// next vars...

function my_function()
{
// code
}
// next my_functions ...
?>

So I take the file "my_class_extension_file.php" after a new project creation in the path and my inheritance works fine in my new project.


This is my wish for YesSoftware to take it in the IDE.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.