Re: Best IDE for CakePHP 2.1

2013-02-04 Thread Serkan Sipahi
best IDE for me is netbeans and in combination with http://plugins.netbeans.org/plugin/44579/php-cakephp-framework is the plugin awesome. The plugin has not autocomplete but other useful features. Von: Jonathan Sundquist jsundqu...@gmail.com An:

Re: 3.0: a peek into CakePHP's future

2013-01-23 Thread Serkan Sipahi
The latest news about cake 3.0 http://vimeo.com/56613033 https://www.engineyard.com/podcast/future-of-php-part-ii-cakephp https://github.com/markstory/cakephp/wiki/Httpsocket-improvements Von: Celso cels...@gmail.com An: cake-php@googlegroups.com

Re: 3.0: a peek into CakePHP's future

2013-01-23 Thread Serkan Sipahi
cant wait to use the new query builder ;) Von: Celso cels...@gmail.com An: cake-php@googlegroups.com CC: Serkan Sipahi serkan.sip...@yahoo.de Gesendet: 14:22 Mittwoch, 23.Januar 2013 Betreff: Re: 3.0: a peek into CakePHP's future Thanks @Sipatshi, one

Re: Penetration tests

2012-12-19 Thread Serkan Sipahi
cakephp 3.0 Beta? where can i find it? Von: Jeremy Burns jeremybu...@classoutfit.com An: cake-php@googlegroups.com Gesendet: 12:49 Mittwoch, 19.Dezember 2012 Betreff: Penetration tests Not so much a question as a pleasant observation. I'm just finishing

Re: Wordpress in Cake.

2012-12-06 Thread Serkan Sipahi
escreveu: You can use whatever you want from anywhere - as long as you include the correct files It is possible to install in webroot but I personally do not like messing up app/webroot/ with other programs Tarique On Wed, Dec 5, 2012 at 4:17 PM, Serkan Sipahi serkan...@yahoo.de wrote: i want

Re: Wordpress in Cake.

2012-12-06 Thread Serkan Sipahi
What? Von meinem iPhone gesendet Am 06.12.2012 um 12:43 schrieb Alok Mishra aloksoft2...@gmail.com: Hey easy to install wordpress integrate our website blog copy and paste set url rewrite index file its working fine Alok On Thu, Dec 6, 2012 at 4:51 PM, Serkan Sipahi serkan.sip

Wordpress in Cake.

2012-12-05 Thread Serkan Sipahi
Hi all, what is the best solution to integrate Wordpress in CakePHP? My wish: http://somedomain.com cakephp http://somedomain.com/blog/ wordpress someone say me: create /blog folder in app/webroot/ and put wordpress in that folder. Is that ok? Best Regards Serkan -- Like Us on

Re: Wordpress in Cake.

2012-12-05 Thread Serkan Sipahi
-php@googlegroups.com Gesendet: 11:38 Mittwoch, 5.Dezember 2012 Betreff: Re: Wordpress in Cake. Place /blog parallel to /app if you have that kind of setup (most common) In .htaccess add  RewriteRule (blog/.*) $1 [L]  Tarique On Wed, Dec 5, 2012 at 3:25 PM, Serkan Sipahi serkan.sip

Re: Wordpress in Cake.

2012-12-05 Thread Serkan Sipahi
the correct files It is possible to install in webroot but I personally do not like messing up app/webroot/ with other programs Tarique On Wed, Dec 5, 2012 at 4:17 PM, Serkan Sipahi serkan.sip...@yahoo.de wrote: i want to use cake utilities in wordpress! if i install paralell i cant use anything from

strange behavior with redirecting inside the Controller

2012-11-06 Thread Serkan Sipahi
Hi bakers, first of all, my english is not good i have a strange behavior with redirecting inside the Controller. Well, i must redirect(see below/end of public function index()) to the self controller(ModsitemapController) to bypassing the php _max_execute_time. If cake begin to

Re: paginator caused duplicate content(google)

2012-10-05 Thread Serkan Sipahi
ok, thnx :) Von: euromark dereurom...@gmail.com An: cake-php@googlegroups.com CC: Serkan Sipahi serkan.sip...@yahoo.de Gesendet: 22:52 Donnerstag, 4.Oktober 2012 Betreff: Re: paginator caused duplicate content(google) you can use canonical tag

Re: paginator caused duplicate content(google)

2012-10-05 Thread Serkan Sipahi
hi mark, it is possible to fix that in the next release(2.2.3)? Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 8:39 Freitag, 5.Oktober 2012 Betreff: Re: paginator caused duplicate content(google

paginator caused duplicate content(google)

2012-10-04 Thread Serkan Sipahi
Hi all, the cakePHP paginator caused duplucate content. If i click next page i get page:2(thats ok) but i if click back they give me page:1 ! it is possible that the paginator return to the real adress - domain.net/category/     ?!?!?! and not domain.net/page:1 -- Like Us on FacekBook

disable writing debug.log and error.log

2012-09-24 Thread Serkan Sipahi
Hi all, how can i disable writing debug.log and erro.log? this is not working - app/config/core.php - Configure::write('log', 0); app/tmp/logs/debug.log app/tmp/logs/error.log -- Like Us on FacekBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You

Re: Change view folder inside a Controller

2012-09-21 Thread Serkan Sipahi
thnx all... :) Von meinem iPad gesendet Am Sep 21, 2012 um 8:26 schrieb AD7six andydawso...@gmail.com: On Friday, 21 September 2012 00:48:49 UTC+2, cricket wrote: You can change $viewPath (relative to View dir). This is handy for AJAX, where you don't want the whole view returned.

Change view folder inside a Controller

2012-09-18 Thread Serkan Sipahi
Hi all, how can change the view folder inside a controller? Here is my solution. Thats work but is that ok? Any other solution is cake possible? class BackendController extends AppController {     public $viewFolder = 'Frontend';     public function index(){ $this-view =

big issue after uploading cake projekt!

2012-09-13 Thread Serkan Sipahi
Hello all, 1.) CakePHP 2.2.2 2.) PHP Version 5.3.3 3.) OS Linux After uploading my Cake-Project to my Webserver i get a strange problem: Fatal error: Default value for parameters with a class type hint can only be NULL in

Re: big issue after uploading cake projekt!

2012-09-13 Thread Serkan Sipahi
for you. On Thu, Sep 13, 2012 at 12:27 PM, Serkan Sipahi serkan.sip...@yahoo.de wrote: Hello all, 1.) CakePHP 2.2.2 2.) PHP Version 5.3.3 3.) OS Linux After uploading my Cake-Project to my Webserver i get a strange problem: Fatal error: Default value for parameters with a class type hint can

Re: how access another table data in controller

2012-08-18 Thread Serkan Sipahi
class YourController extends AppController {     public function index(){           $anotherTable = $this-loadModel('Model');               $anotherTable-find('all');               /*               .               */         } }

Re: Cake development feels slow and wrong

2012-08-18 Thread Serkan Sipahi
Hahahaha ;) Von meinem iPad gesendet Am Aug 18, 2012 um 17:50 schrieb Dr. Tarique Sani tariques...@gmail.com: The Force is with you, young Skywalker, but you are not a Jedi yet. Feel the force! Luke :-) T On Sat, Aug 18, 2012 at 4:38 PM, Raffaele Sgarro raffaelesga...@gmail.com

Big Problem theme!! Please Help

2012-08-06 Thread Serkan Sipahi
Hi all, i have sometimes a strange theme problem! Thats the theme settings what i use: public $theme  = 'Frontend'; /* View/Themed/Frontend/Frontend/Layouts/default.ctp Sometimes cake use the default path /View/Layouts/default.ctp Why this happens ?I get no Error, nothing. -- Our newest

Re: Big Problem theme!! Please Help

2012-08-06 Thread Serkan Sipahi
2012/8/6 Serkan Sipahi serkan.sip...@yahoo.de View/Themed/Frontend/Frontend/Layouts/default.ctp -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions

Re: Big Problem theme!! Please Help

2012-08-06 Thread Serkan Sipahi
pozdrav, Tilen Majerle http://majerle.eu 2012/8/6 Serkan Sipahi serkan.sip...@yahoo.de View/Themed/Frontend/Frontend/Layouts/default.ctp -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help

Re: Big Problem theme!! Please Help

2012-08-06 Thread Serkan Sipahi
!! Please Help probably because of cache :) -- Lep pozdrav, Tilen Majerle http://majerle.eu 2012/8/6 Serkan Sipahi serkan.sip...@yahoo.de thnx, it works :) i have a question, i get this strange problem sometimes, why? Von: Tilen Majerle tilen.maje...@gmail.com

Re: 3.0: a peek into CakePHP's future

2012-07-06 Thread Serkan Sipahi
nice :) Von: Andy Gale a...@salgo.net An: cake-php@googlegroups.com Gesendet: 15:19 Freitag, 6.Juli 2012 Betreff: Re: 3.0: a peek into CakePHP's future On Fri, Jul 6, 2012 at 2:17 PM, Marsson C. marss...@gmail.com wrote: Does it mean Cake 3.0´s Model will

Re: syntax error, unexpected T_CLASS

2012-07-03 Thread Serkan Sipahi
use Netbeans ;) Von: David Lozzi da...@lozzi.net An: cake-php@googlegroups.com Gesendet: 15:45 Dienstag, 3.Juli 2012 Betreff: Re: syntax error, unexpected T_CLASS Holy sucky-IDE Batman! That worked!! GAH that's frustrating. I'm using Komode Edit for my

Re: CakePHP 2.2.0 and 2.1.4 released

2012-07-02 Thread Serkan Sipahi
hi all :) when will cake team starting with cake 3.0? i mean cake 3.0 alpha release ? Von: Dr. Tarique Sani tariques...@gmail.com An: cake-php@googlegroups.com Gesendet: 11:11 Montag, 2.Juli 2012 Betreff: Re: CakePHP 2.2.0 and 2.1.4 released Dispatcher

to realize a join query !

2012-05-02 Thread Serkan Sipahi
Hi all, i trying to realize a join query but its not work and i can not see my problem/issue?!? I implement my code according to: http://book.cakephp.org/2.0/en/models/associations-linking-models-together.html //Models: class Category extends AppModel {     public $hasMany = array(    

TreeBehavior

2012-05-01 Thread Serkan Sipahi
Hi, im building a nested tree inside loop, like this: $keys = array('key-1', 'key-2', key-3, '' . ... ..); //many keys(300) ! foreach($keys as $key){     $data['Category']['name'] =  $key;     $this-Category-create();            

Re: TreeBehavior

2012-05-01 Thread Serkan Sipahi
sorry, i mean: on some rows i get the same left and right value. Why? any idea?!? Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 13:49 Dienstag, 1.Mai 2012 Betreff: TreeBehavior Hi, im

Re: TreeBehavior / i solved my prolem :)

2012-05-01 Thread Serkan Sipahi
hi all, it was my false! i send many keys by ajax as async : true! i changed to async: false :) it works now. Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 13:50 Dienstag, 1.Mai 2012 Betreff: Re

issues with FormHelper

2012-04-24 Thread Serkan Sipahi
hi, Controller: class ConfigurationsController extends AppController {         public $components = array(     'Security'     );     public function index(){         /*..*/         } } View: ?php     echo $this-Form-create('Configurations');     echo

Re: issues with FormHelper

2012-04-24 Thread Serkan Sipahi
1.) Thank you for the answer :) 2.) See below: echo $this-Form-input('Ftp.vendor'); The FormHelpercreates an input field instead of a checkbox!?!?! Von: euromark dereurom...@googlemail.com An: cake-php@googlegroups.com CC: Serkan Sipahi serkan.sip

cant open cakebook!

2012-04-20 Thread Serkan Sipahi
hi all, cant open http://book.cakephp.org/2.0/en/ !?!?! server problem? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe

Re: cant open cakebook!

2012-04-20 Thread Serkan Sipahi
That show me: Content-Encoding-Error Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 13:56 Freitag, 20.April 2012 Betreff: cant open cakebook! hi all, cant open http://book.cakephp.org/2.0/en

cant open cake book :(

2012-04-20 Thread Serkan Sipahi
hi all, cant open http://book.cakephp.org/2.0/en/ !?!?! server problem? That show me: Content-Encoding-Error -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP

Re: cant open cake book :(

2012-04-20 Thread Serkan Sipahi
Thanks :) Von meinem iPhone gesendet Am 20.04.2012 um 15:33 schrieb stork lubomir.st...@gmail.com: For now (before they'll fix it) start browsing here http://book.cakephp.org/2.0/en/index.html -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check

Re: JSON response!

2012-04-17 Thread Serkan Sipahi
/ $this-RequestHandler-setContent('html', 'text/html, */*' ); $this-set('test_2', array( 'Hallo World 2', )); } } is that possible? Von: stork lubomir.st...@gmail.com An: cake-php@googlegroups.com CC: Serkan

Re: JSON response!

2012-04-16 Thread Serkan Sipahi
? On Sat, Apr 14, 2012 at 10:38 AM, Serkan Sipahi serkan.sip...@yahoo.de wrote: hi, i remove Router::parseExtensions('json'); My wish is to do something like this: ?php     class SomeController extends AppController {     public $components = array(     'RequestHandler

JSON response!

2012-04-14 Thread Serkan Sipahi
Hi all, I want to create a JSON response! Scripting my file according to the manuel: http://book.cakephp.org/2.0/en/views/json-and-xml-views.html It does not work. I get no response from the server! what am I doing wrong? ?php     class SomeController extends AppController {        

Re: JSON response!

2012-04-14 Thread Serkan Sipahi
Betreff: Re: JSON response! you have to set view to json public $viewClass = 'Json'; something like that :) read manual again :D -- Lep pozdrav, Tilen Majerle http://majerle.eu 2012/4/14 Serkan Sipahi serkan.sip...@yahoo.de Hi all, I want to create a JSON response! Scripting my file

Re: JSON response!

2012-04-14 Thread Serkan Sipahi
...@gmail.com An: cake-php@googlegroups.com CC: Serkan Sipahi serkan.sip...@yahoo.de Gesendet: 15:56 Samstag, 14.April 2012 Betreff: Re: JSON response! If you called Router::parseExtensions() in routes.php, you don't need to call $this-RequestHandler- setContent() manually - as long as requested URI does

Re: How to upgrade from 2.0 to 2.1

2012-02-27 Thread Serkan Sipahi
Hi, only replace lib folder? not more? Von: Tilen Majerle tilen.maje...@gmail.com An: cake-php@googlegroups.com Gesendet: 23:36 Sonntag, 26.Februar 2012 Betreff: Re: How to upgrade from 2.0 to 2.1 all should works fine if you just replace new lib folder :)

Re: How to upgrade from 2.0 to 2.1

2012-02-27 Thread Serkan Sipahi
On 27 Feb., 10:51, Serkan Sipahi serkan.sip...@yahoo.de wrote: Hi, only replace lib folder? not more?  Von: Tilen Majerle tilen.maje...@gmail.com An: cake-php@googlegroups.com Gesendet: 23:36 Sonntag, 26.Februar 2012 Betreff: Re: How to upgrade from 2.0 to 2.1

How can I print query

2012-01-17 Thread Serkan Sipahi
Hi Cake Community, How can I print query beforeSaving, beforeRead, beforeDelete without to use this callbacks(  beforeSaving, beforeRead, beforeDelete) I mean just a control ouput on screen! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new

print query string before cakePhP does anything on database

2012-01-17 Thread Serkan Sipahi
Hi Cake Community, how can i print query(Model-find(), Model-save(), Model-..., Model-...) string before cakePhP does anything on database? Are there any settings for this? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP

routing problem!

2011-11-21 Thread Serkan Sipahi
hi, first of all: sorry for my englisch! i would like realsies following url's: www.domain.com www.domain.com/somecategoriename/ www.domain.com/some-product-name.htm So without show the controller and the view in the URL. My current solution: routes.php conf. for PageController:

routing Problem!

2011-11-21 Thread Serkan Sipahi
hi, first of all: sorry for my englisch! i would like realsies following url's: www.domain.com www.domain.com/somecategoriename/ www.domain.com/some-produkt-name.htm So without show the controller and the view in the URL. My current solution: routes.php conf. for PageController:

Re: Cake 2.0 Auth Component login method

2011-11-15 Thread Serkan Sipahi
hi, look at here: http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html - Identifying users and logging them in - read the notice: Warning - In 2.0 $this-Auth-login($this-request-data) will log the user in with whatever data is posted, whereas in 1.3

Re: Scheduled day for 2.0.3 release?

2011-11-10 Thread Serkan Sipahi
;) Von: José Lorenzo jose@gmail.com An: cake-php@googlegroups.com Gesendet: 5:02 Freitag, 11.November 2011 Betreff: Re: Scheduled day for 2.0.3 release? This weekend -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org

Re: [ASK] Ignoring 'belongsTo' inside model

2011-11-10 Thread Serkan Sipahi
hi, you can ignore ur table relationshop with $this-yourModel-unbindModel('theModelThatYouWantToIgnore'); http://book.cakephp.org/2.0/en/models/associations-linking-models-together.html?highlight=unbindmodel or you can use recursive see here

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-09 Thread Serkan Sipahi
' = array('username' = 'User.username', 'password' = 'User.password')     )     )     )     ); Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 13:47 Mittwoch, 9

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-07 Thread Serkan Sipahi
hi again, the password is hashed in the database and it still does not work! please help me cake community Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 15:08 Sonntag, 6.November 2011

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-06 Thread Serkan Sipahi
hi, wft! why is this so difficult? I'm not stupid!! Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 18:09 Samstag, 5.November 2011 Betreff: Re: Problem Auth Component | CakePHP 2.0.2 hi, thank you

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-05 Thread Serkan Sipahi
Hi, I really need help. What is my cake mistake? Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 16:59 Donnerstag, 3.November 2011 Betreff: Problem Auth Component | CakePHP 2.0.2 hi Cake Community

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-05 Thread Serkan Sipahi
On Nov 5, 2011, at 03:46, Serkan Sipahi wrote: I really need help. What is my cake mistake? I assume you need to do what it says in the documentation, and inform CakePHP that your username is stored in the field usr and the password is in the field pwd; see the part under To configure

Problem Auth Component | CakePHP 2.0.2

2011-11-03 Thread Serkan Sipahi
hi Cake Community, CakePHP 2.0.2 OS: Windows7 Configure::write('debug', 2); Problem: My Auth Component is not working and i dont know why. Need Help. User Controller: ?php class UsersController extends AppController {         public $components = array('Auth','Security');        

Re: CakePHP 1.3.11 and 2.0.0-beta released / any documentation

2011-07-28 Thread Serkan Sipahi
hi there, any documentation about cakephp 2.0 ? sipatshi Generally after a beta any existing functionality should stay the same.  New features will probably work their way in.  But what is already there shouldn't change too much unless there are serious