vba_php
Forum Troll
- Local time
- Today, 02:32
- Joined
- Oct 6, 2019
- Messages
- 2,880
there was an article that came thru my google news feed the other day about the rise of low-level code and the use of GUI's to generate source code:
https://www.alphasoftware.com/blog/...re-central-to-the-future-of-their-enterprises
https://www.ciodive.com/news/low-code-101-and-the-rise-of-drag-and-drop-programming/564587/
Has anyone ever used programs like this, or currently using them? I'm sure this is not new. It may be a new service that allows non-technical people to write applications, but as far as automatically generating source code is concerned, I was doing this as far back as 2009 when I first started programming in PHP. and I used my own FAQ page on this forum to do it. I literally ran VBA scripts for hours to capture all the data on www.php.net and throw it into multiple tables and set up the relationships accordingly. I also did this for the entire document object model and captured all the HTML elements, their attributes and the applicable arguments (CSS too). Then I set up a GUI with access forms to allow me to write code for creating various webpage elements (HTML tables, forms, links, inputs, buttons, etc...) and transactions (javascript AJAX, PHP post forms, data sanitation, etc...). I even had a button on one of my forms that generated PHP scripts automatically. I had many listboxes that each listed things like functions available, their argument values to include, global variables available, a list of class libraries that could be included or required, etc....Then I would generate the code and it would be put into a memo field in the table. from there it was an easy copy-paste into a php file and a short upload with filezilla.
https://www.alphasoftware.com/blog/...re-central-to-the-future-of-their-enterprises
https://www.ciodive.com/news/low-code-101-and-the-rise-of-drag-and-drop-programming/564587/
Has anyone ever used programs like this, or currently using them? I'm sure this is not new. It may be a new service that allows non-technical people to write applications, but as far as automatically generating source code is concerned, I was doing this as far back as 2009 when I first started programming in PHP. and I used my own FAQ page on this forum to do it. I literally ran VBA scripts for hours to capture all the data on www.php.net and throw it into multiple tables and set up the relationships accordingly. I also did this for the entire document object model and captured all the HTML elements, their attributes and the applicable arguments (CSS too). Then I set up a GUI with access forms to allow me to write code for creating various webpage elements (HTML tables, forms, links, inputs, buttons, etc...) and transactions (javascript AJAX, PHP post forms, data sanitation, etc...). I even had a button on one of my forms that generated PHP scripts automatically. I had many listboxes that each listed things like functions available, their argument values to include, global variables available, a list of class libraries that could be included or required, etc....Then I would generate the code and it would be put into a memo field in the table. from there it was an easy copy-paste into a php file and a short upload with filezilla.
Last edited: