• Aller au contenu

Cyrille Giquello

Outils pour utilisateurs

  • S'identifier

Outils du site

  • Derniers changements
  • Gestionnaire Multimédia
  • Plan du site
Vous êtes ici : accueil » use
Piste : • wpad • securite • cpe • tuya • madis • tor • dhcp • licences • vol_de_donnees • znieff

use

Recherche

Voici les résultats de votre recherche.

Commence par
  • Correspondance exacte
  • Commence par
  • Se termine par
  • Contient
@informatique:php
  • toute catégorie
  • informatique:php:laravel (3)
  • informatique:php:symfony (2)
  • informatique:php:zend_framework (1)
N'importe quelle date
  • N'importe quelle date
  • la semaine dernière
  • le mois dernier
  • l'année dernière
Trier par nombre de résultats
  • Trier par nombre de résultats
  • Trier par date de modification

Résultats plein texte:

laravel_1
62 Occurrences trouvées, Dernière modification : il y a 12 mois
== [[https://dev.to/erikaheidi/creating-a-multi-user-to-do-application-with-laravel-jetstream-2p1k|Creating a Multi-User To-Do Application with Laravel JetStream]] 2020 ... t, password reset, mail confirmation, throttle) ; Users roles : administrator (all access), redactor (create and edit post, upload and use medias in personnal directory), and user (create
filamentphp @informatique:php:laravel
28 Occurrences trouvées, Dernière modification : il y a 12 mois
n]] * [[https://filamentphp.com/docs/3.x/panels/users#authorizing-access-to-the-panel|Authorizing acc... matophp/awesome|TomatoPhp Awesome]]: * Filament Users: User Table Resource with a lot of package integrations * Filament Translations : Manage your tran... dia files using spatie media library with easy to use GUI for FilamentPHP * Filament Developer Gate:
symfony
26 Occurrences trouvées, Dernière modification : il y a 17 mois
http://forum.symfony-project.org/index.php/i/ * user mailing-list: http://groups.google.com/group/symfony-users * Wiki: http://trac.symfony-project.org/wiki ... ity feature of symfony.\\ It gives you the model (user, group and permission objects) and the modules (... a starting point for anyone needing a quick full user in any application. It creates a user which has
performance
12 Occurrences trouvées, Dernière modification : il y a 10 ans
re worth investing into and which aren’t. You can use [[http://www.zend.com/en/products/studio/|Zend St... sults of repeated operations. That is, unless you use caching. You should look into caching all operati... of several, etc. For more advanced in-depth look, use tools like strace (Unix) and Process Explorer (Wi... way to handle this problem is to bundle the most-used classes of your libraries into a single file for
etude_perso @informatique:php:symfony
10 Occurrences trouvées, Dernière modification : il y a 14 ans
* of the sfRequest instance, or failing that just use PHP environment vars. > A filter **subdomainFilt... script. **3)** Ou encore créer des Helpers genre use_multiSites_stylesheet, use_multiSites_javascript, ... === Dynamic JS & CSS === Et on voudrait aussi ... [http://www.symfony-zone.com/wordpress/2008/12/13/use-routing-to-server-localized-and-dynamic-javascrip
zend_framework
9 Occurrences trouvées, Dernière modification : il y a 14 ans
ions are scheduled. * Zend_Controller_Action* - userland controller classes containing userland actions * Zend_Controller_Response* - contains the outpu... building your forms in XML or INI files, you can use this element and define all this in the configura... t a bit nicer. For example, how to make Zend_Form use <ul> and <li> tags instead of <dd>, <dt> and <dl>
lumen
8 Occurrences trouvées, Dernière modification : il y a 12 mois
tem. It also provides additional features such as user roles and additional security features. Sentine... -generators ==== I installed Lumen and wanted to use it to create a REST API (since this is the main u... w. That's why I created this package and included useful commands to build a RESTful API. https://gith... are not being made to the core of Lumen. Lets you use Laravel Packages in Lumen. There are some helper
tips
8 Occurrences trouvées, Dernière modification : il y a 8 mois
ryptography-in-php/|Strong cryptography in PHP]]: Use standard algorithms, Key space, Kerchoof’s principle, Don’t use rand() or mt_rand(), Use a salt value in hash functions, Size and strength of the passwords, Don’t use plaintext passwords as key for ciphers. ===== D
symfony2
7 Occurrences trouvées, Dernière modification : il y a 14 ans
.3.2. In the meantime, we highly encourage you to use the current symfony 1.4 stable release for all y... ns are mixed up and result in an internal rank we use to highlight the best Bundles. * [[https://gith... mfony2 project. The core menu objects can even be used outside of Symfony2. * [[https://github.com/FriendsOfSymfony/UserBundle|UserBundle]] provides authentication featu
dal
6 Occurrences trouvées, Dernière modification : il y a 14 ans
tions using the PDO extension by itself; you must use a database-specific PDO driver to access a databa... t, regardless of which database you're using, you use the same functions to issue queries and fetch dat... write SQL or emulate missing features. You should use a full-blown abstraction layer if you need that f... databases, but interface to the modules that are used to support these databases. NOTE This extension
etude_perso @informatique:php:zend_framework
6 Occurrences trouvées, Dernière modification : il y a 14 ans
$roles->find(3)->current();</code> Puis tous les Users liés à ce Role: <code php>$role->findUsersViaUs... de> On peut aussi ajouter un filtre: parmis c'est Users ayant le Role $role on ne veut que ceux dont le login est "toto2" <code php>$select = $users->select()->where('usr_login="toto02"'); $role->findManyToManyRowset('Users', 'UsersHasRoles', 'Role', null, $select );</co
laravel
5 Occurrences trouvées, Dernière modification : il y a 3 semaines
PORT=3308 DB_DATABASE=financial-stocks-market DB_USERNAME=root DB_PASSWORD=root SESSION_DRIVER=redis ... l/artisan horizon autostart=true autorestart=true user=sail redirect_stderr=true stdout_logfile=/var/ww... bles ./sail artisan migrate:fresh ## filamanent user ./sail artisan make:filament-user --name="SuperMan" --email="superman@internet.eu" --password="secre
cakephp
3 Occurrences trouvées, Dernière modification : il y a 12 mois
anda on October 19, 2020 ===== Tips ===== ==== User info ==== Récupérer l'utilisateur connecté hors... ug(__METHOD__.' is logged'); $user = $i->getOriginalData(); } ... tName()] ]); </code> [[https://github.com/CakeDC/users/issues/984|souvenir]] ==== datatables ==== *
voyager @informatique:php:laravel
3 Occurrences trouvées, Dernière modification : il y a 5 ans
on voir les articles ''posts'' d'un utilisateur ''user'': <code php> namespace App\Actions; use TCG\Voyager\Actions\AbstractAction; class PostUsersAction ... () { return $this->dataType->slug == 'users'; } } </code> ==== Datatables filtering ==
gestion_de_la_langue_de_l_utilisateur @informatique:php:symfony
3 Occurrences trouvées, Dernière modification : il y a 14 ans
de l'utilisateur et la lui affecter dans l'objet user (sfUser->setCulture()). Pour que le code du filt... xt::getInstance()->getLogger()->debug( 'automatic user\'s culture selection : '.$user->getCulture() ); } // Execute next filter $filterChain->e
multiotp
2 Occurrences trouvées, Dernière modification : il y a 3 ans
multithread
2 Occurrences trouvées, Dernière modification : il y a 11 mois
orm
2 Occurrences trouvées, Dernière modification : il y a 14 ans
shared_memory
2 Occurrences trouvées, Dernière modification : il y a 14 ans
slim
2 Occurrences trouvées, Dernière modification : il y a 11 ans
aop
1 Occurrences trouvées, Dernière modification : il y a 3 ans
enso
1 Occurrences trouvées, Dernière modification : il y a 12 mois
singleton
1 Occurrences trouvées, Dernière modification : il y a 14 ans
ovh_s3_object_storage @informatique:php:laravel
1 Occurrences trouvées, Dernière modification : il y a 2 ans

Outils de la page

  • Afficher la page
  • Anciennes révisions
  • Liens de retour
  • Haut de page
Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki