 CakePHP Cookbook 3.x
Migration Guide 3.1 Migration Guide 3.1 Migration Guide 3.0 Migration Guide 3.0 Migration Guide New ORM Upgrade Guide Tutorials & Examples Content Management Tutorial Getting CakePHP Checking our Issues Code Initial Setup Working on a Patch Submitting a Pull Request Coding Standards Adding New Features IDE Setup Indentation Line Length Control Structures Comparison Function Calls Method Definition 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 “Photo”. If we0 码力 | 1244 页 | 1.05 MB | 1 年前3 CakePHP Cookbook 3.x
Migration Guide 3.1 Migration Guide 3.1 Migration Guide 3.0 Migration Guide 3.0 Migration Guide New ORM Upgrade Guide Tutorials & Examples Content Management Tutorial Getting CakePHP Checking our Issues Code Initial Setup Working on a Patch Submitting a Pull Request Coding Standards Adding New Features IDE Setup Indentation Line Length Control Structures Comparison Function Calls Method Definition 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 “Photo”. If we0 码力 | 1244 页 | 1.05 MB | 1 年前3
 CakePHP Cookbook 3.x
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 “Photo”. If we 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 probably be the first place you go to get answers. As with many other open source projects, we get new folks regularly. Try your best to answer your questions on your own first. Answers may come slower0 码力 | 967 页 | 2.80 MB | 1 年前3 CakePHP Cookbook 3.x
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 “Photo”. If we 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 probably be the first place you go to get answers. As with many other open source projects, we get new folks regularly. Try your best to answer your questions on your own first. Answers may come slower0 码力 | 967 页 | 2.80 MB | 1 年前3
 CakePHP Cookbook 4.x
Changes New Features 4.1 Migration Guide Upgrading to 4.1.0 Deprecations Behavior Changes New Features 4.2 Migration Guide Upgrading to 4.2.0 Deprecations Behavior Changes Breaking Changes New Features Changes Breaking Changes New Features 4.4 Migration Guide Upgrading to 4.4.0 Deprecations Behavior Changes New Features 4.5 Migration Guide Upgrading to 4.5.0 Deprecations New Features Tutorials & Examples Issues Code Initial Setup Working on a Patch Submitting a Pull Request Coding Standards Adding New Features IDE Setup Indentation Line Length Control Structures Comparison Function Calls Method Definition0 码力 | 1249 页 | 1.04 MB | 1 年前3 CakePHP Cookbook 4.x
Changes New Features 4.1 Migration Guide Upgrading to 4.1.0 Deprecations Behavior Changes New Features 4.2 Migration Guide Upgrading to 4.2.0 Deprecations Behavior Changes Breaking Changes New Features Changes Breaking Changes New Features 4.4 Migration Guide Upgrading to 4.4.0 Deprecations Behavior Changes New Features 4.5 Migration Guide Upgrading to 4.5.0 Deprecations New Features Tutorials & Examples Issues Code Initial Setup Working on a Patch Submitting a Pull Request Coding Standards Adding New Features IDE Setup Indentation Line Length Control Structures Comparison Function Calls Method Definition0 码力 | 1249 页 | 1.04 MB | 1 年前3
 CakePHP Cookbook 4.x
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 “Photo”. If we 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\Locator\LocatorAwareTrait; probably be the first place you go to get answers. As with many other open source projects, we get new folks regularly. Try your best to answer your questions on your own first. Answers may come slower0 码力 | 967 页 | 2.88 MB | 1 年前3 CakePHP Cookbook 4.x
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 “Photo”. If we 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\Locator\LocatorAwareTrait; probably be the first place you go to get answers. As with many other open source projects, we get new folks regularly. Try your best to answer your questions on your own first. Answers may come slower0 码力 | 967 页 | 2.88 MB | 1 年前3
 CakePHP Cookbook Documentation 5.xlatest app template 5.0 Migration Guide Deprecated Features Removed Breaking Changes Deprecations New Features PHPUnit 10 Upgrade phpunit.xml adjustments ->withConsecutive() has been removed data providers Issues Code Initial Setup Working on a Patch Submitting a Pull Request Coding Standards Adding New Features IDE Setup Indentation Line Length Control Structures Comparison Function Calls Method Definition 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 “Photo”. If we0 码力 | 1080 页 | 939.39 KB | 1 年前3 CakePHP Cookbook Documentation 5.xlatest app template 5.0 Migration Guide Deprecated Features Removed Breaking Changes Deprecations New Features PHPUnit 10 Upgrade phpunit.xml adjustments ->withConsecutive() has been removed data providers Issues Code Initial Setup Working on a Patch Submitting a Pull Request Coding Standards Adding New Features IDE Setup Indentation Line Length Control Structures Comparison Function Calls Method Definition 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 “Photo”. If we0 码力 | 1080 页 | 939.39 KB | 1 年前3
 CakePHP Cookbook 2.x
Code Initial setup Working on a patch Submitting a pull request Coding Standards Language Adding New Features Indentation Line Length Control Structures Comparison Function Calls Method Definition Method Guide New Features in CakePHP 2.1 2.0 Migration Guide 2.0 Migration Guide New Features in CakePHP 2.0 PHPUnit Migration Hints Migration from 1.2 to 1.3 Migrating from CakePHP 1.2 to 1.3 New features 'cake_blog_tutorial', 'schema' => '', 'prefix' => '', 'encoding' => 'utf8' ); Once you’ve saved your new database.php file, you should be able to open your browser and see the CakePHP welcome page. It should0 码力 | 1096 页 | 958.62 KB | 1 年前3 CakePHP Cookbook 2.x
Code Initial setup Working on a patch Submitting a pull request Coding Standards Language Adding New Features Indentation Line Length Control Structures Comparison Function Calls Method Definition Method Guide New Features in CakePHP 2.1 2.0 Migration Guide 2.0 Migration Guide New Features in CakePHP 2.0 PHPUnit Migration Hints Migration from 1.2 to 1.3 Migrating from CakePHP 1.2 to 1.3 New features 'cake_blog_tutorial', 'schema' => '', 'prefix' => '', 'encoding' => 'utf8' ); Once you’ve saved your new database.php file, you should be able to open your browser and see the CakePHP welcome page. It should0 码力 | 1096 页 | 958.62 KB | 1 年前3
 CakePHP Cookbook Documentation 5.xuser 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 “Photo”. If we 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\Locator\LocatorAwareTrait; probably be the first place you go to get answers. As with many other open source projects, we get new folks regularly. Try your best to answer your questions on your own first. Answers may come slower0 码力 | 848 页 | 2.53 MB | 1 年前3 CakePHP Cookbook Documentation 5.xuser 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 “Photo”. If we 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\Locator\LocatorAwareTrait; probably be the first place you go to get answers. As with many other open source projects, we get new folks regularly. Try your best to answer your questions on your own first. Answers may come slower0 码力 | 848 页 | 2.53 MB | 1 年前3
 CakePHP Cookbook 2.x
=> 'utf8' ); Blog Tutorial 3 CakePHP Cookbook Documentation, Release 2.x Once you’ve saved your new database.php file, you should be able to open your browser and see the CakePHP welcome page. It should Configure::write('Security.cipherSeed', '7485712659625147843639846751'); A Note on mod_rewrite Occasionally new users will run into mod_rewrite issues. For example if the CakePHP welcome page looks a little funny “/webroot” in each request. location ~ ^/(subfolder)/(.*)? { index index.php; set $new_uri /$1/webroot/$2; try_files $new_uri $new_uri/ /$1/index.php?$args; (continues on next page) Blog Tutorial 7 CakePHP0 码力 | 820 页 | 2.52 MB | 1 年前3 CakePHP Cookbook 2.x
=> 'utf8' ); Blog Tutorial 3 CakePHP Cookbook Documentation, Release 2.x Once you’ve saved your new database.php file, you should be able to open your browser and see the CakePHP welcome page. It should Configure::write('Security.cipherSeed', '7485712659625147843639846751'); A Note on mod_rewrite Occasionally new users will run into mod_rewrite issues. For example if the CakePHP welcome page looks a little funny “/webroot” in each request. location ~ ^/(subfolder)/(.*)? { index index.php; set $new_uri /$1/webroot/$2; try_files $new_uri $new_uri/ /$1/index.php?$args; (continues on next page) Blog Tutorial 7 CakePHP0 码力 | 820 页 | 2.52 MB | 1 年前3
共 8 条
- 1














