issues
search
nathggns
/
Scaffold
Lightweight PHP API Framework
Other
8
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update index.php
#145
dynameek
closed
11 years ago
2
Error class can miss handlers in some situations.
#144
nathggns
closed
11 years ago
1
Request params can be buggy if they contain underscores.
#143
nathggns
closed
11 years ago
3
$count_models should only affect anything once level has been reached.
#142
nathggns
closed
11 years ago
0
Set exception aliases without passing them in manually.
#141
nathggns
opened
11 years ago
0
Lets get it ready for release
#140
nathggns
opened
11 years ago
2
Can't use underscores in parameter names on routes.
#139
andrewhathaway
closed
11 years ago
0
Move request method logic to controller to add overridable "all" method.
#138
nathggns
opened
11 years ago
0
Should keep a log of all queries and their result.
#137
nathggns
opened
11 years ago
0
key_implode should be able to *just* implode pairs, and return an array.
#136
nathggns
opened
11 years ago
1
URL Test for Validator
#135
nathggns
closed
11 years ago
1
Validator may fail for missing data when it shouldn't
#134
nathggns
closed
11 years ago
4
Authentication Middlewares: Basic and otherwise.
#133
nathggns
opened
11 years ago
0
Should be able to filter models based on virtual fields.
#132
nathggns
opened
11 years ago
0
Should be able to delete group models.
#131
nathggns
opened
11 years ago
0
Dependant relationships
#130
nathggns
closed
11 years ago
6
Support for middlewares on the Router.
#129
nathggns
opened
11 years ago
6
Console Applications
#128
nathggns
closed
11 years ago
16
Relationship columns
#127
nathggns
closed
11 years ago
16
Should schema types be respected at the driver level?
#126
nathggns
opened
11 years ago
5
Add function support
#125
nathggns
closed
11 years ago
9
Lots of things need renaming.
#124
nathggns
opened
11 years ago
0
What is Controller::resource for?
#123
nathggns
closed
11 years ago
2
Autoload::load should return false if the file exists, but the class isn't defined in it.
#122
nathggns
closed
11 years ago
0
Are HEAD requests supported?
#121
nathggns
opened
11 years ago
6
Change default level to 2
#120
andrewhathaway
closed
11 years ago
14
Can't do a random pick in the database class
#119
andrewhathaway
closed
11 years ago
1
Constructer Fields in models
#118
nathggns
closed
11 years ago
1
Ability to use models as controllers
#117
nathggns
opened
11 years ago
0
Default .htaccess allows access to system + application.
#116
nathggns
closed
11 years ago
4
Misspelt environment constant.
#115
nathggns
closed
11 years ago
1
Remove usage of last_insert_id
#114
nathggns
closed
11 years ago
0
Database::__callStatic will error instead of passing unknown functions to the driver.
#113
nathggns
closed
11 years ago
1
Comment the hell out of Scaffold
#112
nathggns
closed
11 years ago
1
Should be able to name the various tests for a value in a validator.
#111
nathggns
closed
11 years ago
8
Data validation bug.
#110
nathggns
closed
11 years ago
0
Should be able to transform data that is being saved to a model.
#109
nathggns
opened
11 years ago
1
Data validation doesn't work so well yet.
#108
nathggns
closed
11 years ago
5
static method on request to access raw input.
#107
nathggns
closed
11 years ago
0
Add a callback in a model for when a row is created / deleted / updated
#106
nathggns
opened
11 years ago
22
Modular Scaffold
#105
nathggns
opened
11 years ago
24
Vendors/Plugins
#104
nathggns
closed
11 years ago
3
Save data to a model by passing an array.
#103
nathggns
closed
11 years ago
0
Chained finding functions for models.
#102
nathggns
opened
11 years ago
0
Register manually with the Autoloader.
#101
nathggns
closed
11 years ago
3
Cannot use null as a value in WHERE clauses in the SQL query builder.
#100
nathggns
closed
11 years ago
0
If a value is null in a database, a model represent that value can create errors.
#99
nathggns
closed
11 years ago
0
Drivers should implement reflection to check if their builder can do what it needs
#98
nathggns
opened
11 years ago
0
Errors in the database aren't reported.
#97
nathggns
opened
11 years ago
0
Custom functions for validation tests don't get called.
#96
nathggns
closed
11 years ago
0
Next