92 questions
Create three tables in the database: create table users( id int not null auto_increment primary key, name varchar(50), comment_id varchar(50), created datetime not null, modified datetime not null);cr...
Environment and Current Statecakephp 2.7 (this is my first attempt at framework)mysqlDB StructureSitesidsite_namesite_urlArticlesidsite_id (in conjunction with Sites id)article_titlearticle_urlpub_dat...
I recently started studying CakePHP.I'm suffering from an error right away...I think it's a rudimentary problem, so If anyone knows, please reply.<div class=topics index> <h2><?phpecho_...
Is there a way to determine if CakePHP has a view file?I'd like to separate what to do with or without a view file.
RoomsControllerpublic function index(){ $this->Room->recursive=0; $this->Prg->commonProcess(); $this->paginate=array( 'Room' = > array( 'conditions' = > array( $this->Room-&...
I am using cakePHP 2.4.9.Combine the following two tables using the hasMany model for addition, editing, and updating.events tableCREATE TABLE `events`( `id`int(10) unsigned NOT NULL AUTO_INCREMENT, `...
I'm a beginner at cakephp.Is it possible to specify which page to display in the page country of cakephp?I am thinking about the following:1. Display a list form with pageation.2. Display the detailed...
I am currently working on a post site with CakePHP3.of the scores in the article currently posted and comments and scores posted by other users.Based on the score, we are trying to reflect the average...
in Apache 2.4/var/www/html/larvel (includes Ravel 5.1)/var/www/html/cakephp with CakePHP 3.2When placed like this, http://example.com/laravelhttp://example.com/cakephpWould it be possible to access it...
I have a question about the session of cakephp.On one page$session=$this->getRequest()->getSession();$session->write('username', 'test');and on another page.$session=$this->getRequest()-&g...
« | - 9 - | » |
© 2024 OneMinuteCode. All rights reserved.