Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
I was using is part of an extension for PHP and therefore, non-standard
|
|
|
|
objects populate call
|
|
but equal to "", the isset check would not behave as expected
|
|
|
|
* Changed sysconf view to use new function ($mod->ar()/sysconf -> $mod->ap)
|
|
value is applied if the supplied $input array has no key matching the field name.
|
|
+ Added helper function in Form class, logError
! Finished Form class for now
|
|
|
|
|
|
app-root)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pages)
|
|
|
|
define logic for header ui. since this depends on an established database ).
+ Added Master model
! As far as I am planning right now, the only MVC that will inherit Master directly will be sysconf since it cannot rely on an existing database connection.
|
|
* Removed explicit call to parent constructor in model class, since that function is not explicitly defined
|
|
|
|
delegating to the correct mvc if it is missing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configuration
|
|
* Finished implementing app main function to instanciate root and delegate to it
|
|
|
|
|
|
|
|
! It has been observed that on server nginx, some of the assumptions from doing similar work on apache have broken down and a more general mechanism must be used to handle paths in the clean-url app.
! New scheme is this: app is invoked with `index.php?path=<absolute path on virtual server>` The app will be configured with its own root location on the virt. server and use logic to dedue the relative path requested from that. Also app will use the configured path to predend to urls linked/directed to during use of the app
|
|
|
|
|
|
|
|
|
|
value can now be user-specific
|
|
Message-type objects
|
|
|
|
|
|
|