Welcome Guest, Not a member yet? Register   Sign In
Unlimited Categories And Sub Categories
#1

[eluser]ebrahimthex[/eluser]
Hi Friends!
I need some help and I’d really appreciate it.

I’d like to create an application, something like a business directory, but not very complicated. This is My Database Config.
Quote:mysql> select * from rs_categories;
+----+-----------+----------------------+--------------------+----------------------+------+
| id | parent_id | name | slug | seo_title | meta |
+----+-----------+----------------------+--------------------+----------------------+------+
| 1 | 0 | Arts & Entertainment | arts-entertainment | Arts & Entertainment | |
| 2 | 0 | Business | business | Business | |
| 3 | 1 | Movie Trailers | movie-trailers | Movie Trailers | |
| 4 | 3 | Trailers | trailers | Trailers | |
| 5 | 4 | Travel | travel | Travel | |
+----+-----------+----------------------+--------------------+----------------------+------+
I need help with the view, model and AJAX. I’ve been trying for few days and I can’t figure it out how to do it. I’m new in CI and your help would be really appreciate it.




Theme © iAndrew 2016 - Forum software by © MyBB