Re: Accounting Application with CakePHP

2009-06-10 Thread Martin Westin
Thanks for the positive feedback guys. I had a reason to finally re-factor the star-schema code I have into something re-usable a few weeks ago and decided it was time to publish it. If you have any problems with the code drop a comment at the bakery and I will check back there from time to time.

Re: Accounting Application with CakePHP

2009-06-10 Thread Brendon Kozlowski
YAY!~ I'm super glad I checked this thread, thanks for asking that question, codeblade! It made Martin talk about his StarSchema! I was waiting for that for quite some time when he mentioned it a long, long time ago. Super useful! On Jun 8, 3:19 am, Martin Westin wrote: > If you have a good

Re: Accounting Application with CakePHP

2009-06-10 Thread codeblade
Thanks a lot Martin. I am relatively new to CakePHP but I have pretty much decided that whatever "web" I will do from now on, it will have to go through Cake. It's an amazing framework and I only regret why I had been stubborn about using web frameworks before. Interesting and useful article I mu

Re: Accounting Application with CakePHP

2009-06-08 Thread Martin Westin
If you have a good feeling about Cake: Go for it! Dealing with complex data relationships is one of the areas where a quality framework (CakePHP) will really help you stay sane. Associations are 90% automatic once setup. (you might find one or two situations where you want to use your own query) T

Accounting Application with CakePHP

2009-06-07 Thread codeblade
Hi, I have just started off with learning CakePHP and am loving it. I am assigned to develop an Accounting solution for a medium company. It's supposed to perform the basic accounting tasks, analyse accounts, generate reports etc. I have played around with CakePHP for like, over a week now with n