Subscribe: Posts / Comments / Email


RSS

Archive | Projects

CodeGen 1.7

Monday, May 11, 2009

8 Comments

CodeGen 1.7

This is a pretty big release, I found out that some of the classes didn’t work in the amfphp service browser, and some other amfphp internal issues was keeping it from fully being ran correctly. I am sick of using it and sick of it not being reliable, and among other things. If you ask [...]

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 [...]