wessel2.0 Posted November 8, 2007 Share Posted November 8, 2007 Hello, I'm new.... hi, Can you have a look at my php class creation tool It's a very simple script but I always use it to create a php class, maybe it's useful. Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/ Share on other sites More sharing options...
Demonic Posted November 8, 2007 Share Posted November 8, 2007 It's pretty nifty tool, good spacing and all. I love the comment code its clean /** * * * */ uno why like that comment though . Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-387246 Share on other sites More sharing options...
wessel2.0 Posted November 8, 2007 Author Share Posted November 8, 2007 Thanks! How do you think I can make it better? It should stay simple though. Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-387249 Share on other sites More sharing options...
Demonic Posted November 8, 2007 Share Posted November 8, 2007 Have no clue, maybe an option to switch from PHP 4 OOP to PHP 5 OOP so if construct doesn't exists do the alternative using the class name as the construct and what not. Maybe decide if it will be an abstract class or not. Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-387251 Share on other sites More sharing options...
wessel2.0 Posted November 8, 2007 Author Share Posted November 8, 2007 I have been thinking of adding variables to functions and making a class extend another one. abstract class and other types are good too. Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-387253 Share on other sites More sharing options...
agentsteal Posted November 8, 2007 Share Posted November 8, 2007 Array: http://php-scripts.inpraag.nl/tools/createClass.php?className[] Array: http://php-scripts.inpraag.nl/tools/createClass.php?functions[] Array: http://php-scripts.inpraag.nl/tools/createClass.php?variables[] Cross Site Scripting: http://php-scripts.inpraag.nl/tools/createClass.php?className="><marquee><h1>vulnerable</marquee> Cross Site Scripting: http://php-scripts.inpraag.nl/tools/createClass.php?className=</textarea><marquee><h1>vulnerable</marquee> Cross Site Scripting: http://php-scripts.inpraag.nl/tools/createClass.php?functions=</textarea><marquee><h1>vulnerable</marquee> Cross Site Scripting: http://php-scripts.inpraag.nl/tools/createClass.php?variables=</textarea><marquee><h1>vulnerable</marquee> Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-387255 Share on other sites More sharing options...
wessel2.0 Posted November 8, 2007 Author Share Posted November 8, 2007 Ah yes, the agentsteal guy.. I've seen him on several threads, never shows any emotion Is it a bot? well, at least it's useful. Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-387257 Share on other sites More sharing options...
Demonic Posted November 8, 2007 Share Posted November 8, 2007 Ah yes, the agentsteal guy.. I've seen him on several threads, never shows any emotion Is it a bot? well, at least it's useful. Must be, I just want to clap for him not posting User Enumerations.... Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-387275 Share on other sites More sharing options...
Lumio Posted November 15, 2007 Share Posted November 15, 2007 I love agentsteal :* no really And I also like the page Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-392016 Share on other sites More sharing options...
wessel2.0 Posted November 15, 2007 Author Share Posted November 15, 2007 I love agentsteal :* no really And I also like the page the page? The PAGE? This page, or that page? What page? Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-392140 Share on other sites More sharing options...
Lumio Posted November 16, 2007 Share Posted November 16, 2007 YOUR page Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-392761 Share on other sites More sharing options...
rajivgonsalves Posted November 16, 2007 Share Posted November 16, 2007 well I looked at your page very nice, you could add default values for the member variables, parameters accepted, class extends from etc. Link to comment https://forums.phpfreaks.com/topic/76464-php-class-tool/#findComment-392765 Share on other sites More sharing options...
Recommended Posts