Reputation: 47
good day,
I am using Joomla 1.5 and wanted to make a real estate management system for a university project. I have the database created. I was able to make the back-end part where the admin inserts/edits/deletes the property listing. However, I need some help with the front end search part. I haven't been able to find any tutorial that helps me make it front end. I am aware of the existing extensions and software that do it for you but i wanted to make it from scratch. any help will be deeply appreciated.
Upvotes: 0
Views: 293
Reputation: 14295
So do you mean you don't want to program the front end yourself but would like to use a tool for that? If so, don't. I have seen some tools and they were all bad, with only a few standard options and nothing specific really. I don't think you will get around coding some html and php, especially since you have your own database in the backend.
There are lots of very helpful tutorials. My favorite ones are at the new boston, such as this php tutorial and this html tutorial for beginners.
Cheers
Upvotes: 1
Reputation: 8178
Pretty sure the Joomla Docs have what you're looking for at : Developing a Model-View-Controller Component - Part 1 and Creating a Hello World Module for Joomla 1.5
Upvotes: 1