Search the web
Sign In
New User? Sign Up
phpresource · Storehouse of PHP Resources
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
PHP MVC Framework   Message List  
Reply | Forward Message #2721 of 2745 |
Hi,

Here is a nice simple "MVC PHP Framework", which is powerful, lightweight, very
flexible, transparent. One can easily modify as per their need. It is not
complex or very restricted like other frameworks. Just have a look at this
http://www.celeroo.com/frame/frame.html

Thanks
celeroo
Web Software Development Tool




Thu Apr 23, 2009 9:58 am

celeroos
Offline Offline
Send Email Send Email

Forward
Message #2721 of 2745 |
Expand Messages Author Sort by Date

Hi, Here is a nice simple "MVC PHP Framework", which is powerful, lightweight, very flexible, transparent. One can easily modify as per their need. It is not...
celeroos
Offline Send Email
Apr 23, 2009
10:26 am

I have categories table with multilevel categories I need to make the insert statement for the sub categories and sub subcategories so I need to populate a...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 7, 2009
3:06 pm

Hi, Top most element don't have parent so it's partent_id is 0. Your first query is Select * from hosp_categories where parent_id = '0' This will give you the...
Muhammad Rizwan Nawaz
rizwan051
Offline Send Email
Jun 8, 2009
6:23 am

In Oracle, you can get the parent child tree in one query, but that technique is not yet supported in mysql. So you will have to do the same as suggested by...
Atif Majid
atif_majid10
Offline Send Email
Jun 8, 2009
6:58 am

But that means for each level I have to do a select query, and I don't know how many levels are there, it should be unlimited so how do I do that ?? Mohamed...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 8, 2009
8:04 am

In this case, you will have to check if the current ID has been used as parent or no. If yes, run the query to find its child. Most probably, you will be...
Atif Majid
atif_majid10
Offline Send Email
Jun 8, 2009
8:09 am

I need a code example to do that Mohamed Badr Senior Web Application Developer OmegaSoft Projects mob: +2 010 2050009 website: <http://www.mohamedbadr.com/>...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 8, 2009
8:59 am

Try to use something like similar. May be it is buggy, but u can find an idea include "YOUR DB CONNECTIVITY CLASS"; $objDB = new CREATEYOURDBObject(); ...
Atif Majid
atif_majid10
Offline Send Email
Jun 8, 2009
9:28 am

Either you can used the recursive function as suggested by Atif or you can use AJAX to reach at certain level. AJAX will be more efficient technique as in this...
Muhammad Rizwan Nawaz
rizwan051
Offline Send Email
Jun 8, 2009
8:59 am

I need all cats, subcats to be in one select box, how do I do that ? Mohamed Badr Senior Web Application Developer OmegaSoft Projects mob: +2 010 2050009 ...
Mohamed BADR
badrm1000000
Offline Send Email
Jun 9, 2009
3:32 pm

If you want all in one select box than you need to make a recursive function which call itself and fetch sub category untill reached last level. Thanks Best...
Muhammad Rizwan Nawaz
rizwan051
Offline Send Email
Jun 11, 2009
4:56 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help