Tue May 26, 2009 1:36 am |
Replies: 3 |
Views: 3681 |
|
 |
Now I've installed the latest version it works suddenly. I worked with the version two build ago, so it is a bit weird.
|
Tue May 26, 2009 12:14 am |
Replies: 3 |
Views: 3681 |
|
 |
dmitri, The models are in the code explorer, but still it doesn't work
|
Mon May 18, 2009 1:28 am |
Replies: 3 |
Views: 3681 |
|
 |
Mostly I make use of the MVC principle with static Mappers to connect the database rows to te models. By example:
/**
* Find the requested user by its username
*
* @todo han ...
|
Sun Nov 16, 2008 9:25 am |
Replies: 1 |
Views: 3910 |
|
 |
Hello everyone,
I'm trying to setup the PHP Debugger in combination with PHPEd.
In my script I work with clean urls like:
http://mywebserver/controller/admin/action/arg_key/arg_value/
When ...
|