473,796 Members | 2,798 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Code generator

Hi,

Does anyone knows a code generator for Php ?
Actions to do: specifiy a mysql table and their fields, and build a default
webpage which allows to add,update,dele te,search, browse, print the table
data.

Thx
I
Jul 17 '05 #1
7 2006
Tim
http://sourceforge.net/projects/phpmyadmin/

"Snah" <ta******@hotma il.com> wrote in message
news:kd******** *************@p hobos.telenet-ops.be...
Hi,

Does anyone knows a code generator for Php ?
Actions to do: specifiy a mysql table and their fields, and build a default webpage which allows to add,update,dele te,search, browse, print the table
data.

Thx
I

Jul 17 '05 #2
ROTFL :-)))

Tim wrote:
http://sourceforge.net/projects/phpmyadmin/

"Snah" <ta******@hotma il.com> wrote in message
news:kd******** *************@p hobos.telenet-ops.be...
Hi,

Does anyone knows a code generator for Php ?
Actions to do: specifiy a mysql table and their fields, and build a


default
webpage which allows to add,update,dele te,search, browse, print the table
data.

Thx
I


Jul 17 '05 #3
> Does anyone knows a code generator for Php ?
Actions to do: specifiy a mysql table and their fields, and build a default webpage which allows to add,update,dele te,search, browse, print the table


If you are looking for a way to build a website that other users will use,
you can use
dreamweaver or codecharge.

They both allow you to use a prebuilt template and add dynamic content using
several
different web programming languages. They are very comprehensive. Some
people use
these tools for prototyping a dynamic site...

If you don't need anything serious, you should be able to use these tools
end-to-end.

Good Luck

_______________ _______________ ______
Wil Moore III, MCP | Integrations Specialist
Business | Personal
Jul 17 '05 #4

"Rudolf Horbas" <rh*****@gmx.ne t> wrote in message
news:c3******** **@svr7.m-online.net...
ROTFL :-)))

Tim wrote:
http://sourceforge.net/projects/phpmyadmin/


What was funny? Did I miss something?

_______________ _______________ ______
Wil Moore III, MCP | Integrations Specialist
Jul 17 '05 #5

"Jochen Daum" <jo*********@ca bletalk.co.nz> wrote in message
news:rr******** *************** *********@4ax.c om...
On Mon, 15 Mar 2004 12:21:36 GMT, "Snah" <ta******@hotma il.com> wrote:
Hi,

Does anyone knows a code generator for Php ?
Actions to do: specifiy a mysql table and their fields, and build a defaultwebpage which allows to add,update,dele te,search, browse, print the table
data.

Thx
I


See my signature,

HTH, Jochen

--
Jochen Daum - Cabletalk Group Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/

Thanks Jochen, that's what I need
Jul 17 '05 #6
jn
<la*******@hotm ail.com> wrote in message
news:10******** *****@corp.supe rnews.com...
Does anyone knows a code generator for Php ?
Actions to do: specifiy a mysql table and their fields, and build a default
webpage which allows to add,update,dele te,search, browse, print the

table
If you are looking for a way to build a website that other users will use,
you can use
dreamweaver or codecharge.

They both allow you to use a prebuilt template and add dynamic content using several
different web programming languages. They are very comprehensive. Some
people use
these tools for prototyping a dynamic site...

If you don't need anything serious, you should be able to use these tools
end-to-end.

Good Luck

_______________ _______________ ______
Wil Moore III, MCP | Integrations Specialist
Business | Personal


There are many classes that let you do this. This is just what I found on
phpclasses.org in a few seconds:

http://www.phpclasses.org/browse/package/283.html
http://www.phpclasses.org/browse/package/332.html
http://www.phpclasses.org/browse/package/403.html
Jul 17 '05 #7
On Mon, 15 Mar 2004 12:21:36 GMT, "Snah" <ta******@hotma il.com> wrote:
Hi,

Does anyone knows a code generator for Php ?
Actions to do: specifiy a mysql table and their fields, and build a default
webpage which allows to add,update,dele te,search, browse, print the table
data.

Thx
I


See my signature,

HTH, Jochen

--
Jochen Daum - Cabletalk Group Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/
Jul 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

51
5295
by: Mudge | last post by:
Please, someone, tell me why OO in PHP is better than procedural.
2
8686
by: Dado | last post by:
Do you know where to find some peace of software/code which I can implemented in my desktop java application which will protect it from illegal using? I imagine something like: buyer can install my software by using request code which will generate on my web. It must be unique for that machine, I suppose. - it doesn't matter if generator can be cracked. I will proud to someone want crack my piece of software.:)) - I think that I was...
0
2418
by: Chris McKeever | last post by:
I am trying to modify the Mailman Python code to stop mapping MIME-types and use the extension of the attachment instead. I am pretty much clueless as to what I need to do here, but I think I have narrowed it down to the Scrubber.py file.. If this seems like a quick step me through, I would be very appreciative, could get you something on your Amazon wish-list (that is me on my knees begging).. From just my basic understanding, it...
8
2388
by: Thomas Stegen | last post by:
I have written a code generator. To be more specific it is a code generator generator. As in a generator that generates code generators. If you run the generator on its own source code you get a code generator generator code generator. If you run it on some other non-generator code you get a code generator generator generator. Watch your bracketisation in all that. The idea is to generate code which generate code which looks exactly like...
41
2538
by: Petr Jakes | last post by:
Hello, I am trying to study/understand OOP principles using Python. I have found following code http://tinyurl.com/a4zkn about FSM (finite state machine) on this list, which looks quite useful for my purposes. As this code was posted long time ago (November 1998) I would like to ask if the principles used in this code are still valid in the "modern" Python and if/how it can be improved (revrited) using futures of current version of...
3
2066
by: joshblair | last post by:
Hello, Has anyone ever seen or created such a code generator? I'm looking for a sample of a code generator that will generate code (preferably one that uses C# and the XMLTextWriter) to create an XML document structure based on an XML file as input. I have to build some classes that allow me to generate some very complex/large/nasty XML documents for use in B2B exchange of data (like
29
2584
by: Ancient_Hacker | last post by:
A while back I had to recompile some old code, originally written by a really good programmer, but one prone to use every trick in the book, and then some. There was a statement, something like this: Result = ( Mode == 2 ? TwoWayFunc : FourWayFunc ) ( Param1, Param2, Param3 );
4
1435
by: VMI | last post by:
In the next few weeks, we'll be discussing what standards will be used for our web development, and one of the suggestions was to use a code generator (in our case, the first version of LLBLGen). Personally, I don't like code generators. I inherited two web applications that use LLBLGen, and they are just impossible to debug. It generates so many classes and so much code that isn't actually used. In my case, I'm maintaining web app with...
3
1800
by: Sander Tekelenburg | last post by:
Situation: I store news articles as individual PHP files. Each file contains HTML and now and then some embedded PHP snippets. Serving those news articles on the Web works fine, through include(). But I want to also serve them through RSS, and found that in that case the PHP source code is served -- it's not being evaluated. So it seems obvious that I need to first evaluate those PHP snippets, store the result in a variable, and use...
5
1642
by: james | last post by:
To give an example of what I mean I have already altered the code: def output_random_lesson_of_type(self, type=None): """Output a lesson of a specific type. If no type is passed in then output any type.""" output_lessons = self.lesson_data if type: filtered_lessons = filter(lambda x: x == type, self.lesson_data) if filtered_lessons:
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10467
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10201
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9061
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6802
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5454
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4130
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2931
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.