Subscribe: Posts / Comments / Email


RSS

Archive | March, 2009

CodeGen 1.3

Monday, March 30, 2009

1 Comment

CodeGen 1.3

Huge Update, I have had a lot of questions about not being able to get this thing running consistently. Well I went ahead and created a GUI for it. Now when you goto CodeGen on your localhost, you will be prompted with 3 forms. One to enter in your config information. One to review your [...]

CodeGen 1.2

Monday, March 16, 2009

1 Comment

CodeGen 1.2

Fixed a problem where a upper-cased table name was not letting the server side scripts work on the database. Also added a live example of what it produces for anyone to browse. Download: Moved Project to Google Code

CodeGen 1.1

Monday, March 16, 2009

0 Comments

CodeGen 1.1

I have updated the CodeGen Cleaner server side code, and client Now generates the main application file, with the controller and services added to it. On the save method on the server side, it now checks to see whether or not the id equals zero (0) or equals ” “, just because I am not [...]

CodeGen 1.0

Sunday, March 15, 2009

0 Comments

CodeGen 1.0

Don’t you just hate having to create all of the Amfphp server database files, and then all of the value objects, then mirror that on the client side with the same things but in Flex builder? Well I did, so I have decided to create a little generator that will create all of the following [...]

Adobe Flex – Flex Data Manager

Friday, March 6, 2009

2 Comments

Application: Flex Data Manager Description: A Flex bases MySQL monitor and data manager. Full C.R.U.D on any database and table allowed for logged in user. Backend: PHP How: 5 classes make up a full MySQL Management class, all data is transmitted using JSON, so its pretty fast, even with large databases. MySQL Processes Monitor: Monitor [...]