Laravel 5.0 Documentation
Next, create a route for your queue/receive end-point and return the response from the Queue::marshal method: Deploying With Daemon Queue Workers Coding For Daemon Queue Workers Push Queues Registering Registering A Push Queue Subscriber Route::post('queue/receive', function() { return Queue::marshal(); }); The marshal method will take care of firing the correct job handler class. To fire jobs onto the0 码力 | 242 页 | 1.44 MB | 1 年前3CakePHP Cookbook Documentation 5.x
debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created ->create($articles, ['type' => 'get']); When input data has to be processed by the entity, i.e. marshal transformations, table query result or entity computations, and displayed after one or multiple form0 码力 | 1080 页 | 939.39 KB | 1 年前3CakePHP Cookbook Documentation 5.x
debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created ->create($articles, ['type' => 'get']); When input data has to be processed by the entity, i.e. marshal transformations, table query result or entity computa- tions, and displayed after one or multiple0 码力 | 848 页 | 2.53 MB | 1 年前3CakePHP Cookbook 3.x
debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created Fallbacks can also be configured on a per-engine basis. Cake\Database\Type\DateTimeType will now marshal ISO-8859-1 formatted datetime strings (e.g. 2017-07-09T12:33:00+00:02) in addition to the previously debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created0 码力 | 1244 页 | 1.05 MB | 1 年前3CakePHP Cookbook 3.x
debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created Fallbacks can also be configured on a per-engine basis. • Cake\Database\Type\DateTimeType will now marshal ISO-8859-1 formatted datetime strings (e.g. 2017- 07-09T12:33:00+00:02) in addition to the previously debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created0 码力 | 967 页 | 2.80 MB | 1 年前3CakePHP Cookbook 4.x
debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created ->create($articles, ['type' => 'get']); When input data has to be processed by the entity, i.e. marshal transformations, table query result or entity computations, and displayed after one or multiple form0 码力 | 1249 页 | 1.04 MB | 1 年前3CakePHP Cookbook 4.x
debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created debug() functions to print it out if you want to see what it looks like. To save our data, we first ‘marshal’ the POST data into an Article Entity. The Entity is then persisted using the ArticlesTable we created ->create($articles, ['type' => 'get']); When input data has to be processed by the entity, i.e. marshal transformations, table query result or entity computa- tions, and displayed after one or multiple0 码力 | 967 页 | 2.88 MB | 1 年前3
共 7 条
- 1