Welcome Guest, Not a member yet? Register   Sign In
CI generator for crud (bash and php) 0.1
#14

[eluser]MikeHibbert[/eluser]
Ok I have create the beginnings of the yaml based system Big Grin

First off you still call the generator in the normal way:

Code:
php crud/create [options] [table] [fieldnames]

But this time the create will make a yml file and build you the forms from that.

The file is created as 'crud/formDefs/tablename.yml' and takes the form of:

Code:
---
tablename:
  fieldname:
    - field type
  fieldname:
    - field type

so far you can add the normal fields like text, textarea, radio, checkbox and a 'special' feild that can contain code for the times when you wanna add things like '<?=fckEditor?>' instead of a textarea.

I havent put a file field in but it wouldnt be too hard to add it if you need it asap, I will post it again once its in there.

One last thing! if you want to start from scratch you need to delte the yml file and run the command again, or else it wont get over written. Also to update the views you can just run the command with the 'v' option or simple re-run the old command wich will create all but apply whats in the yml to your views.

Have a play around with this and please leave feedback or suggestions if you feel inclined.

I've left a text yml in the formDefs folder for you to look at too its called 'poo.yml', (I thought I would keep with the CRUD theme Big Grin )


Mike


Messages In This Thread
CI generator for crud (bash and php) 0.1 - by El Forum - 12-09-2008, 08:01 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-12-2008, 09:51 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-12-2008, 10:05 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-12-2008, 10:47 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-12-2008, 10:51 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-12-2008, 04:38 PM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-13-2008, 07:33 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-13-2008, 10:43 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-14-2008, 04:50 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-17-2008, 01:01 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-17-2008, 03:10 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-17-2008, 01:00 PM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-17-2008, 02:02 PM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-19-2008, 05:03 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-19-2008, 05:08 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-19-2008, 06:42 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-19-2008, 06:46 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-19-2008, 07:09 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-19-2008, 07:16 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-20-2008, 06:55 PM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-21-2008, 06:31 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-22-2008, 10:17 PM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-22-2008, 10:37 PM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 03:14 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 03:29 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 03:36 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 03:51 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 04:07 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 04:36 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 05:55 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 06:43 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 07:19 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 07:28 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 07:43 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 07:46 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 07:48 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-23-2008, 07:58 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-26-2008, 08:25 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-26-2008, 12:59 PM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-30-2008, 01:51 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-30-2008, 02:18 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 12-30-2008, 06:22 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 01-29-2009, 03:51 PM
CI generator for crud (bash and php) 0.1 - by El Forum - 02-05-2009, 08:49 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 02-05-2009, 08:53 AM
CI generator for crud (bash and php) 0.1 - by El Forum - 09-22-2010, 09:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB