Recent Entries
- CFUnited: Refactorin...
- CFUnited: Continuous...
- CFUnited: Prototypin...
- CFUnited: All about ...
- CFUnited: Event Driv...
- CFUnited: Integrated...
- CFUnited: ColdBox Fr...
- CFUnited: Design Pri...
- CFUnited: Automating...
- CFUnited - Changing ...
Popular Entries
- Import/Export in SQL...
- SAML and ColdFusion ...
- SAML and ColdFusion ...
- SAML and ColdFusion ...
- Improving Performanc...
- SAML and ColdFusion ...
- SQL Server 2005 Expr...
- SAML and ColdFusion ...
- Learning Flex
- Second Blog CFC Surv...
Top Commenters
- Nathan Mische (11)
- CFdevfusion (6)
- Peter Bell (4)
- Rey Bango (3)
- Terrence Ryan (3)
- Scott (2)
- Sean Corfield (2)
- Jim Priest (2)
- David (2)
- Scott Stroz (2)
Slideshows
Pool Surprises...Sponsored Links
Search
Subscribe
Enter your email address to subscribe to this blog.RSS
Tags
cfug cfunited coldfusion flex generalArchives
- Adobe (5) [RSS]
- AIR (6) [RSS]
- ASP.NET (2) [RSS]
- BlazeDS (1) [RSS]
- Books (1) [RSS]
- CFEclipse (5) [RSS]
- CFML (0) [RSS]
- CFUG (26) [RSS]
- CFUnited (23) [RSS]
- ColdFusion (53) [RSS]
- College Football (3) [RSS]
- Conferences (1) [RSS]
- Development Tools (3) [RSS]
- DIY (1) [RSS]
- Eagles (3) [RSS]
- Fireworks (1) [RSS]
- Flash (3) [RSS]
- Flex (10) [RSS]
- Flyers (2) [RSS]
- Frameworks (5) [RSS]
- General (28) [RSS]
- Hockey (2) [RSS]
- Hosting (1) [RSS]
- House (2) [RSS]
- HTML (2) [RSS]
- JavaScript (1) [RSS]
- Jobs (1) [RSS]
- Macromedia (0) [RSS]
- Misc. (5) [RSS]
- Model-Glue (4) [RSS]
- Navy Football (5) [RSS]
- onair2007Philadelphia (3) [RSS]
- onairbustour (3) [RSS]
- Open Source (0) [RSS]
- Other Sports (4) [RSS]
- Performance (3) [RSS]
- Personal (2) [RSS]
- Phillies (2) [RSS]
- Projects, User Group Manager (1) [RSS]
- Rant (1) [RSS]
- Rants (1) [RSS]
- SAML (6) [RSS]
- Site (1) [RSS]
- Soccer (4) [RSS]
- SQL Server (2) [RSS]
- Transportation (1) [RSS]
- Wedding (2) [RSS]
AGGREGATORS
New Philly CFUG Site - Getting Started
Posted On November 21, 2005 2:24 PM By Phil in Model-Glue,CFUG
Ok, a few weeks ago, Steve Rittler asked me to redo the Philadelphia ColdFusion User Group site. I've been playing around with ModelGlue for about two weeks now to get a good feel of how to implement certain things I want to. I'm not an expert on it, but I've got enough knowledge to start to put together a decent structure for a web site.
Alright, I started to try and figure out what I wanted on the website and realized that that could take forever. Instead of focusing on the design and front-end, I started where I probably should have from day one - the model. After looking at the old site and database, I determined I needed six "objects":
- Meeting
- Location
- Presentation
- Member
- File
- URL
- The Meeting class has an id, date, Location, and array of Presentations for its properties.
- The Location class has an id, Company, Address, City, State, Company URL, and Directions URL properties.
- The Presentation class has an id, title, presenter, teaser, array of Files, and an array of URLs for its properties
- The Member class has an id, first and last name, email, and url as its properites.
- The File and URL classes both have an id and path for its properties.
After figuring out the model, I then determined the number of controllers I needed. Initially, I only though of needing two: Meeting and Presentation, but realized I probably need a third, Administration. This is where I am at now, most of the design is done and, thanks to CFEclipse, the stubs for the components are completed as well. I'll be working on finishing the model and controllers needed for tomorrow's PACFUG presentation as well as stubs for viewing the items as well. I'll post my presentation tomorrow after the PACFUG meeting in a blog entry.


philduba.com




Comments