Learning LaravelRelationship Types 77 One to Many 77 One to One 78 How to associate between two models (example: User and Phone model) 78 Explanation 79 Many to Many 79 Polymorphic 80 Many To Many 82 Chapter 23: Events and Listeners 93 Examples 93 Using Event and Listeners for sending emails to a new registered user 93 Chapter 27: Filesystem / Cloud Storage 95 Examples 95 Configuration 95 Basic Usage 95 Custom Pagination 140 Examples 140 Pagination in Laravel 140 Changing pagination views 141 Chapter 46: Permissions for storage 142 Introduction 142 Examples 142 Example 142 Chapter 47: Policies 143 Examples0 码力 | 216 页 | 1.58 MB | 1 年前3
CakePHP Cookbook 2.x
Posts Routes Conclusion Additional Reading Installation Requirements License Downloading CakePHP Permissions Setup Development Using one CakePHP Checkout for multiple Applications Production Advanced Installation Objects) Simple Acl controlled Application - part 2 An Automated tool for creating ACOs Setting up permissions Logging in Logout All done Contributing Documentation Translations Documentation Formatting CakePHP framework provides a robust base for your application. It can handle every aspect, from the user’s initial request all the way to the final rendering of a web page. And since the framework follows0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 2.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 Permissions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CakePHP framework provides a robust base for your application. It can handle every aspect, from the user’s initial request all the way to the final rendering of a web page. And since the framework follows Structure section. Tmp directory permissions Next we’ll need to make the app/tmp directory writable by the webserver. The best way to do this is to find out what user your webserver runs as. You can run0 码力 | 820 页 | 2.52 MB | 1 年前3
Falcon v1.0.0 Documentationive- introduction-to-falcon] Documentation Community Guide Get Help Contribute to Falcon FAQ User Guide Introduction Installation Quickstart Tutorial Classes and Functions API Class Req/Resp Cookies components or hooks could then use this information to authorize the request, taking into account the user’s role and the requested resource. Why doesn’t Falcon create a new Resource instance for every request True Created using Sphinx 1.3.5. index modules | next | previous | Falcon 1.0.0 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation PyPy0 码力 | 249 页 | 406.22 KB | 1 年前3
Falcon v0.2.0 Documentationive- introduction-to-falcon] Documentation Community Guide Get Help Contribute to Falcon FAQ User Guide Introduction Installation Quickstart Tutorial Classes and Functions API Class Req/Resp Status components or hooks could then use this info to authenticate the user, and then finally authorize the request, taking into account the user’s role and the requested resource. Tip The Talons project [https://github True Created using Sphinx 1.3.5. index modules | next | previous | Falcon 0.2.0rc1 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation Install0 码力 | 188 页 | 358.44 KB | 1 年前3
Falcon v1.0.0 Documentationive- introduction-to-falcon] Documentation Community Guide Get Help Contribute to Falcon FAQ User Guide Introduction Installation Quickstart Tutorial Classes and Functions API Class req/resp Cookies components or hooks could then use this information to authorize the request, taking into account the user’s role and the requested resource. Why doesn’t Falcon create a new Resource instance for every request O'Neill. Created using Sphinx 1.4.8. index modules | next | previous | Falcon 1.1.0 documentation » User Guide Introduction How is Falcon different? About Apache 2.0 Falcon License Installation PyPy0 码力 | 312 页 | 368.58 KB | 1 年前3
CakePHP Cookbook 4.x
a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Permissions Development Server Production Fire It Up URL Rewriting Apache nginx NGINX Unit IIS7 (Windows hosts) Password Hasher Classes Changing Hashing Algorithms Manually Logging Users In Accessing the Logged In User Logging Users Out Deciding When to run Authentication Authorization Configuring Authorization Handlers Formatters Localizing Dates and Numbers Parsing Localized Datetime Data Converting Request Data from the User’s Timezone Automatically Choosing the Locale Based on Request Data Translate Content/Entities Logging0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook 3.x
a CakePHP Project Keeping Up To Date with the Latest CakePHP Changes Installation using Oven Permissions Development Server Production Fire It Up URL Rewriting Apache nginx IIS7 (Windows hosts) I Can’t Password Hasher Classes Changing Hashing Algorithms Manually Logging Users In Accessing the Logged In User Logging Users Out Deciding When to run Authentication Authorization Configuring Authorization Handlers as saving the user data, saving friends’ associations, storing and retrieving user photos, finding suggestions for new friends, etc. The model objects can be thought of as “Friend”, “User”, “Comment”, or0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 4.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 178 Permissions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . as saving the user data, saving friends’ associations, storing and retrieving user photos, finding suggestions for new friends, etc. The model objects can be thought of as “Friend”, “User”, “Comment”, or wanted to make a new user and save it (with validation) we would do something like: use Cake\ORM\Locator\LocatorAwareTrait; $users = $this->getTableLocator()->get('Users'); $user = $users->newEntity(['email'0 码力 | 967 页 | 2.88 MB | 1 年前3
CakePHP Cookbook 3.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210 Permissions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . as saving the user data, saving friends’ associations, storing and retrieving user photos, finding suggestions for new friends, etc. The model objects can be thought of as “Friend”, “User”, “Comment”, or standard classes for table and entity classes that have not yet been defined. If we wanted to make a new user and save it (with validation) we would do something like: use Cake\ORM\TableRegistry; // Prior to0 码力 | 967 页 | 2.80 MB | 1 年前3
共 82 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













