TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-18-2008, 09:37 PM   #1 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default Need some inspiration

Hi all,

I've not got much real work on next week so I figured that this would be the perfet time to continue playing / learning the Zend Framework.

Unfortunately... I'm struggling to come up with some ideas for applications to write using ZF.

Despire staring at Hotscripts.com for the past hour I'm still idea-less

If anyone has ideas for an application that I can knock up next week, please share If the application requires little HTML then all the better - I'd rather spend the week writing PHP than HTML

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 01-18-2008, 09:47 PM   #2 (permalink)
The Acquainted
Upcoming Programmer 
 
CMellor's Avatar
 
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
CMellor is on a distinguished road
Default

How about something that outputs chocolate ice cream? No?



On a serious note, Chimpan-a to Chimpan-z... w00t!

Lol, sorry.

Now when you say "applications" I'm assuming you just mean any common PHP application, but built with the Zend Framework. Why not try something like a poll or 5 * rating application, because they involve things along the lines of using math.

I'm unfamiliar with the Zend Framework, so if an "application" in Zend is something different, then I'm afraid I am no help :-p

If that doesn't tickle you, then why not just write some more articles/tutorials about it on the forum? I read your Input Checking article and I liked it, it made Zend look easy to learn.
__________________
Not quite a n00b...
CMellor is offline  
Reply With Quote
Old 01-18-2008, 09:52 PM   #3 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Quote:
Originally Posted by CMellor View Post
How about something that outputs chocolate ice cream? No?
If I had a script that could do that you wouldn't see me on here much

Quote:
Originally Posted by CMellor View Post
Now when you say "applications" I'm assuming you just mean any common PHP application, but built with the Zend Framework.
Yep - by application I just mean a script / website / etc written with PHP / Zend Framework.

Quote:
Originally Posted by CMellor View Post
Why not try something like a poll or 5 * rating application, because they involve things along the lines of using math.
Math is for people who didn't get an E in their Maths GCSE 12 years ago

Quote:
Originally Posted by CMellor View Post
If that doesn't tickle you, then why not just write some more articles/tutorials about it on the forum? I read your Input Checking article and I liked it, it made Zend look easy to learn.
Glad to hear I've got a couple of tutorials on other components in the Zend Framework on the go, will probably be finished next week at some point, waiting for Zend to release the v1.5 preview release on the 24th

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 01-18-2008, 11:11 PM   #4 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by CMellor View Post
How about something that outputs chocolate ice cream? No?
Output:

Lol
Orc is offline  
Reply With Quote
Old 01-18-2008, 11:29 PM   #5 (permalink)
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

gief chocolate ice cream!
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
Old 01-19-2008, 12:40 AM   #6 (permalink)
The Acquainted
Upcoming Programmer 
 
CMellor's Avatar
 
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
CMellor is on a distinguished road
Default

Sorry Alan, I've turned your thread into a chocolate frenzy!

Back on topic
Urm... what about something to do with Pagination?
__________________
Not quite a n00b...
CMellor is offline  
Reply With Quote
Old 01-19-2008, 12:51 AM   #7 (permalink)
The Acquainted
 
obolus's Avatar
 
Join Date: Oct 2007
Location: florida
Posts: 110
Thanks: 36
obolus is on a distinguished road
Default

Friend of mine used to try and come up with new ways to do player stats for gaming tournaments. Not just new ways to display the usual win-loss-tie kind of stuff. He actually came up with his own kind of stats and scoring systems. All the data came from reported results from players (submitted via website, which goes into the mysql db), then on each page that showed scoring, he'd code it to do the proper math and simply output that.

It was just cool to work with him because of this way he would think about things. Learned a lot about approaching projects with fresh ideas and such.

Anyway, dunno if that was inspiring at all but I tried. =P
obolus is offline  
Reply With Quote
Old 01-19-2008, 03:12 PM   #8 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

Thanks for the ideas guys

I've decided to make my life a little bit easier by writing a "Zend Framework Application Framework" generator - ie, a script that when given the information (module names, controller names, actions, models, etc) will generate the code, bootstrap, htaccess, folder structure, default views, etc then zip it up in a nice little package.

Sort of a quick-start pack for when I write future applications

Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote
Old 01-19-2008, 05:10 PM   #9 (permalink)
The Acquainted
Upcoming Programmer 
 
CMellor's Avatar
 
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
CMellor is on a distinguished road
Default

Damn, I was JUST gonna mention that you should do something like that... ah well, you beat me to it.

/Sarcasm
__________________
Not quite a n00b...
CMellor is offline  
Reply With Quote
Old 01-19-2008, 08:14 PM   #10 (permalink)
The Acquainted
Inquisitive 
 
Join Date: Jul 2005
Location: UK
Posts: 121
Thanks: 41
Brook is on a distinguished road
Default

I was going to suggest an easy caching script - partly cos I am looking into one myself *blush*

Have fun!
__________________
PS3 Forums on GameSlurp - the site for gaming fans!
Brook is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 08:22 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design