PHP Classes

cruddyMysql

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  How to Show Google Ma...  >  All threads  >  cruddyMysql  >  (Un) Subscribe thread alerts  
Subject:cruddyMysql
Summary:cruddyMysql
Messages:6
Author:dave
Date:2011-03-30 23:56:06
Update:2011-04-11 03:54:11
 

  1. cruddyMysql   Reply   Report abuse  
Picture of dave dave - 2011-03-30 23:56:06
Hey Manuel!

I wanted you to take a look at my project that uses forms generation classes.

github.com/davidrenne/cruddy_mysql

It is a fairly slick application now abstracting mysql crud. I have been working on it for over a year now in my spare time.

Let me know if you have a chance to look at it.

I am listening to your podcast now.

Send me any feedback if you get a chance to look at it.

  2. Re: cruddyMysql   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-03-31 01:40:36 - In reply to message 1 from dave
Interesting, but I could not figure what exactly it is. Do you have a demo online?

Coincidently I have developed a new plug-in named CRUD that is aimed to make it easier to integrate the scaffolding plug-in with CRUD data source objects, so you can quickly build CRUD forms just by defining a simple data source class on which you define how to store and retrieve data for CRUD forms.

I am not sure if it is related with the goals of your project.

  3. Re: cruddyMysql   Reply   Report abuse  
Picture of dave dave - 2011-03-31 02:31:41 - In reply to message 2 from Manuel Lemos
send me your email and I can send you some private credentials to the full access to one of my servers.

But the cool thing about it, is that an entire step by step interface will point to any mysql server.

I started the project off your form generation as well as another CRUD example class on phpclasses.org who also used your form generation.

But my project has matured a lot in the past year.

It stores all your configurations in a serialized array and has an entire interface to configure and clone your table configurations as well as pre and post processors to perform actions when CRUD actions happen on your database tables.

  4. Re: cruddyMysql   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-04-05 01:20:50 - In reply to message 3 from dave
OK, there is no need to access private projects.

I just wanted to know if there is any overlap with the new CRUD plug-in that is about to be released.

  5. Re: cruddyMysql   Reply   Report abuse  
Picture of dave dave - 2011-04-05 11:39:00 - In reply to message 4 from Manuel Lemos
cruddymysql.davidrenne.com/cruddy_m ...

It isn't fully configured but go ahead and get a feel for it and let me know after you are done so I can change passwords

demo is the username
password is pass

Let me know of any opinions. Also downloading it and going through the 7 step wizard against your databases will also help understand it.

Thanks for spending a few minutes to look at it

  6. Re: cruddyMysql   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-04-11 03:54:11 - In reply to message 5 from dave
Seems interesting but it looks like something specific to manage MySQL databases. So it is probably not like the generic CRUD plug-in that I have been developing.