Re: Noob question about Models and custom queries

2006-07-30 Thread DJ Spark
probably you have a controller 'Projects' , with a action name() inside if you take the task name as a variable for the name() action, you might call the Tasks controller with requestaction() function name($projectid=null) { if(!projectid) { //finds the project with a specific name }

Noob question about Models and custom queries

2006-07-30 Thread Andre
Hi there. Total noob here, so please be patient :P I'm developing an application that manages tasks for different projects. I've been able to have a links of projects displayed, and to retrieve the information relative to a specific project, with this link structure: /projects/ (this one finds a