xm ory wrote on Tuesday 4th of October 2011:I pack my app and upload it in my blog : http://xmory.com/a-fuel-zip-pack-with-crude-module/
Sorry, I do not fount any info about SQL file.xm ory wrote on Tuesday 4th of October 2011:I pack my app and upload it in my blog : http://xmory.com/a-fuel-zip-pack-with-crude-module/
public function action_index() { $userid = 'fred'; Session::set('userid', 'barney'); $userid = Session::get('userid'); Debug::dump($userid); $this->response->body = View::factory('welcome/index'); }
public function action_index() { $userid = Session::get('userid'); if ( empty($userid)) { Debug::dump('Init session - no var present'); Session::set('userid', 'barney'); else { Debug::dump($userid); } $this->response->body = View::factory('welcome/index'); }
This has now been fixed in the master branch.Runtime Notice!
ErrorException [ Runtime Notice ]: Non-static method Crude\Table::get_listing() should not be called statically, assuming $this from incompatible context APPPATH/modules/crude/classes/controller/crud.php @ line 55:
More exclamations:
No input option configured in crude config for column type decimal!
No input option configured in crude config for column type tinyint!
No input option configured in crude config for column type smallint!
No input option configured in crude config for column type mediumtext!
'datatype' = array( 'input_type' => 'label', )i.e.
'tinyint' = array( 'text' => 'Text Box', )
Paul Boco wrote on Saturday 8th of October 2011:Crude is a CRUD generator. Therefore, you would configure the app to one of your databases.
It looks like you're new here. If you want to get involved, click one of these buttons!