if bloc available..

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
techker
Forum Commoner
Posts: 52
Joined: Fri Sep 02, 2005 9:53 pm

if bloc available..

Post by techker »

hey guys im looking in to doing a booking cal for my body's shop...

but i seems a few examples and seems complex to do an outlook style type...

so i was thinking of doing blocks of times and selecting..

so i was woundering how can i show free time and booked time?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: if bloc available..

Post by Celauran »

What have you done so far? What does your DB schema look like? Where, specifically, are you running into problems?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: if bloc available..

Post by Christopher »

Yes, what have you tried? We can help walk you through the design process and implementation -- but you need to do the work.
techker wrote:so i was thinking of doing blocks of times and selecting..
That makes sense.
techker wrote:so i was woundering how can i show free time and booked time?
I am assuming that you would show a visual calendar and mark booking on the calendar. Most calendar apps use a very similar style of displaying this. But first you need to get the underlying design right.
(#10850)
Post Reply