Umm... no, not necessarily.. in the cases I'm using it; it doesn't improve the speed by enough marginal amount to do it
Infact I just did a quick benchmark, and the concatenation method you posted, compared to my inline curly brace one; was slower.

Umm... no, not necessarily.. in the cases I'm using it; it doesn't improve the speed by enough marginal amount to do it
Infact I just did a quick benchmark, and the concatenation method you posted, compared to my inline curly brace one; was slower.
Last edited by Dentafrice; 11-07-2009 at 09:37 PM.
Looks brilliant. I'm loving how we can add features. Perhaps you could make a little plugin system?
Can't wait to delve into it.
Well done Caleb![]()
Back for a while.
I'm thinking of a plugin system. In the framework there will be an update class that you can call into, that will run off of commands like here is an example install file:
Or something like thatPHP Code:make_directory "pages"
get_file "http://www.updatesite.com/update/test.phps" put "pages/test.php"
get_file "http://www.updatesite.com/update/test2.phps" put "pages/test2.php"
create_feature "admin_view_new"
perm_set_edit "1" "admin_view_new"
![]()
Are you using global variables in the framework or is it a registry-based FW?
Explain what you mean by registry-based?
If anyone wants a demo account.. tell me ^_^. It's not fully featured atm.. but has the basic backend.
Just had a little go on the basic version that caleb put out. Its really quite an innovative system, looks easy to 'develop' for.
Just had a go on it.
Its great!
Oh and I love the permission things
Cant wait for its release.
How do you benchmark php software?
Want to hide these adverts? Register an account for free!