This book is for intermediate programmers interested in building Ajax web applications using jQuery and PHP. Along with teaching some advanced PHP techniques, it will?show you how to take your dynamic applications to the next level by adding a JavaScript layer with jQuery.
- Learn to utilize built-in PHP functions to build calendar tools.
- Learn how jQuery can be used for Ajax, animation, client-side validation, and more.
At this point, you should feel comfortable with the object-oriented programming style. The whole core of the event calendars backend will be based on OOP, so any concepts that may currently seem unclear will be more thoroughly examined as the concepts from this chapter are put into a practical, real-world example. In the next chapter, youll start building the backend of the events calendar. 118 C H A P T E R 4 ? ? ? Build an Events Calendar Now that youre up to speed on the concept of object-oriented programming, you can start working on the project that will be the meat and potatoes of this book: the events calendar. It all starts here, and as this book progresses, youll be adding more and more functionality using both PHP and jQuery. Planning the Calendar Because youre starting from absolute scratch, you need to take a minute to plan the application. This application will be database-driven (using MySQL), so the planning will take part in two stages: first the database structure and then a basic map of the application that will access and modify the database. Defining the Database Structure To make building the application much easier, the first thing you should plan is how the data will be stored. This shapes everything in the application.
- Introducing jQuery?
- Common jQuery Actions and Methods??
- Object-Oriented Programming?
- Build an Events Calendar?
- Add Controls tl³'