Module Recettes : on avance petit à petit

This commit is contained in:
2021-04-27 18:57:00 +02:00
parent 33d48c9433
commit 9976d2ff76
48 changed files with 4558 additions and 357 deletions

View File

@@ -0,0 +1,23 @@
<?php
namespace View\Model;
use View\Model\Base\ViewQuery as BaseViewQuery;
use Propel\Runtime\Propel;
use View\Model\Map\ViewTableMap;
use \PDO;
use View\Model\View as ChildView;
/**
* Skeleton subclass for performing query and update operations on the 'view' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
class ViewQuery extends BaseViewQuery
{
} // ViewQuery