Skip to content
Snippets Groups Projects
Commit 21f7f487 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Updated ToDo list.

parent 788213af
No related branches found
No related tags found
No related merge requests found
- Change config file location.
- UNIT TESTS!!!
- Extend array plugin with stack/collection functions. - Extend array plugin with stack/collection functions.
- Add unit tests for base and SQL plugin. - Unit test array plugin
X Create plugin for URL rewriting. - Unit test base
- Model plugin - Unit test cache plugin
- Unit test css plugin
// Model brainstorm: - Unit test js plugin
__model::add_entity('posts', array( \ No newline at end of file
'id' => 'int',
'name' => 'string',
'content' => 'string',
'position' => 'int'
));
// Search query
$page = _model('posts', "select * from posts where name like '%[0]%'", $_GET['keywords']);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment