Web dev and programming discussions forums
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Re: Another cakephp success story

Checking RequestHandler::isPost() vs Controller's data
(15 lines)
possible bug with virtualFields
(38 lines)
Mar 10, 2010
Gaurav.v.sharma
Gaurav.v.sharma
:)
nice website.

Did you find any difficulties in using postgresql with cakephp ?

Did you used bake command ?

Please share your experiences, I love cakePHP and in my opinion it is
the best framework for rapid development of application.

Thanks

On Mar 10, 8:50 am, welzie <wel.### @gmail.com> wrote:
 I recently finishedhttp://www.host-rater.com.  As the name points
out
 it's a site for rating web hosts.  This was my first cakephp
 application.  The site is still in beta, please try it out and let
me
 know what you think.

 The funnest part for me was creating a helper to display the star
 ratings.  I need to get some documentation together and contribute
 that helper.  With the helper creating star fields became one line
in
 the views: <?php echo $rating->starRatingInput('cost_rating');
?>

 Used
 --CakePHP 1.2.1
 --Postgresql
 --Recaptha helper and component
 --Homegrown
   --star rating helper
   --authentication and authorization component

 Favorite things about cakephp which I learned while doing this
project
 --ability to encapsulate functionality with components and helpers
 --the out of the box view template system is great and easy to use
 --pagination works out of the box, can be a little tricky if you need
 advanced sorting
 --CoC really applies to cakephp.  You only need to write code when u
 need unique
functionalityhttp://en.wikipedia.org/wiki/Convention_over_configuration

 Again please test the site out and let me know what you think.  btw
 the site looks pretty bad in IE6 at the moment so be
warned.http://www.host-rater.com

Check out the new CakePHP Questions site http://cakeqs.org and help others
with their CakePHP related questions.


Reply
Tags: cakephp, helper, site, component
Messages in this thread
reply Another cakephp success story
(36 lines) Mar 9, 2010 21:51
Re: Another cakephp success story
reply Re: Another cakephp success story
(17 lines) Mar 10, 2010 02:44
reply Re: Another cakephp success story
(63 lines) Mar 10, 2010 03:28
reply Re: Another cakephp success story
(113 lines) Mar 11, 2010 09:27
reply Re: Another cakephp success story
(8 lines) Mar 12, 2010 03:23